]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and bump version
authorAndrew Kryczka <andrewkr@fb.com>
Sun, 25 Feb 2018 06:15:28 +0000 (22:15 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Sun, 25 Feb 2018 06:15:28 +0000 (22:15 -0800)
HISTORY.md
include/rocksdb/version.h

index 02a4b496fd21b875035dd4b02a41d69016921ce9..f5477e91ee3b151b03919829aa5519a362742a17 100644 (file)
@@ -1,5 +1,7 @@
 # Rocksdb Change Log
-## Unreleased
+## 5.11.2 (02/24/2018)
+### Bug Fixes
+* Fix bug in iterator readahead causing blocks to incorrectly be considered truncated (corrupted).
 
 ## 5.11.1 (02/22/2018)
 ### New Features
index 76fab108f7ef19d2214c0c0dc6c28747936f8494..cc4ee72fc7002b5238bfb211c8413065728b7a37 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #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