]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Release 4.11.2 rocksdb-4.11.2 v4.11.2
authorsdong <siying.d@fb.com>
Fri, 16 Sep 2016 01:11:36 +0000 (18:11 -0700)
committersdong <siying.d@fb.com>
Fri, 16 Sep 2016 01:11:36 +0000 (18:11 -0700)
HISTORY.md
include/rocksdb/version.h

index 6ebf8cf6abb77de6ab6c1c86ee0559352f91353f..1121bf7852459c6ce47c9b944fd79d4ab152cc94 100644 (file)
@@ -1,4 +1,9 @@
 # Rocksdb Change Log
+## 4.11.2 (9/15/2016)
+### Bug fixes
+* Segfault when failing to open an SST file for read-ahead iterators.
+* WAL without data for all CFs is not deleted after recovery.
+
 ## 4.11.1 (8/30/2016)
 ### Bug Fixes
 * Mitigate the regression bug of deadlock condition during recovery when options.max_successive_merges hits.
index abdfe09426b2f1daa95bdac9d7abff96e569c7f1..d9cc91fae11d5f8134b4b4af464258f47c862b1c 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 4
 #define ROCKSDB_MINOR 11
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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