Tag 3.12.1
This commit is contained in:
parent
d99227db23
commit
9de6ee2820
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user