Tag 3.12.1

This commit is contained in:
agiardullo 2015-07-16 17:33:45 -07:00
parent d99227db23
commit 9de6ee2820
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Rocksdb Change Log
## 3.12.1 (7/16/2015)
* Fix data loss after DB recovery by not allowing flush/compaction to be scheduled until DB opened
## 3.12.0 (7/2/2015)
### New Features
* Added experimental support for optimistic transactions. See include/rocksdb/utilities/optimistic_transaction.h for more info.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 3
#define ROCKSDB_MINOR 12
#define ROCKSDB_PATCH 0
#define ROCKSDB_PATCH 1
// Do not use these. We made the mistake of declaring macros starting with
// double underscore. Now we have to live with our choice. We'll deprecate these