]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Increase version to 4.11.1
authorsdong <siying.d@fb.com>
Tue, 30 Aug 2016 18:55:08 +0000 (11:55 -0700)
committersdong <siying.d@fb.com>
Tue, 30 Aug 2016 18:55:08 +0000 (11:55 -0700)
Summary:
After back-porting two bug fixes, increase the version to 4.11.1

HISTORY.md
include/rocksdb/version.h

index ea9227affcf2c0a639bc4ef387adc180348f33aa..6ebf8cf6abb77de6ab6c1c86ee0559352f91353f 100644 (file)
@@ -1,5 +1,8 @@
 # Rocksdb Change Log
-## Unreleased
+## 4.11.1 (8/30/2016)
+### Bug Fixes
+* Mitigate the regression bug of deadlock condition during recovery when options.max_successive_merges hits.
+* Fix data race condition related to hash index in block based table when putting indexes in the block cache.
 
 ## 4.11.0 (8/1/2016)
 ### Public API Change
index 2c024aee0a32040325873f3c62d3436a8db48606..abdfe09426b2f1daa95bdac9d7abff96e569c7f1 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 4
 #define ROCKSDB_MINOR 11
-#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