]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up the version to 6.3.5
authorsdong <siying.d@fb.com>
Wed, 18 Sep 2019 00:32:10 +0000 (17:32 -0700)
committersdong <siying.d@fb.com>
Wed, 18 Sep 2019 00:32:10 +0000 (17:32 -0700)
HISTORY.md
include/rocksdb/version.h

index e3a3618d062990ceeb953cf47330dbf4948e47bf..8f89184806573d73415ebf6ec98afefc4a76bb55 100644 (file)
@@ -1,4 +1,7 @@
 # Rocksdb Change Log
+## 6.3.5 (9/17/2019)
+* Fix a bug introduced 6.3 which could cause wrong results in a corner case when prefix bloom filter is used and the iterator is reseeked.
+
 ## 6.3.4 (9/3/2019)
 ### Bug Fixes
 * Fix a bug in file ingestion caused by incorrect file number allocation when the number of column families involved in the ingestion exceeds 2.
index 57f8e7dff7201156f2d50cdd496f5548c858cd09..44845b3b06832e6b53a9cf8c4dbdbff1fd00f446 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
 
 // 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