]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Tag 3.12.1
authoragiardullo <agiardullo@fb.com>
Fri, 17 Jul 2015 00:33:45 +0000 (17:33 -0700)
committeragiardullo <agiardullo@fb.com>
Fri, 17 Jul 2015 00:36:26 +0000 (17:36 -0700)
HISTORY.md
include/rocksdb/version.h

index 7eced978e995b3ae515880984adf6122a16c8daf..1cfa9a4789a561984051995d2102bdd1ec412b36 100644 (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.
index d253649470218d3db0c763b7e89ae53fff3b6701..8ace456eff6eee7e61312e4ab32d5a2cdfefc2bb 100644 (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