From: sdong Date: Wed, 18 Sep 2019 00:32:10 +0000 (-0700) Subject: Bump up the version to 6.3.5 X-Git-Tag: v6.3.6~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbf178ec689dcc8080ffb67c541bd731bd23c79d;p=rocksdb.git Bump up the version to 6.3.5 --- diff --git a/HISTORY.md b/HISTORY.md index e3a3618d..8f891848 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 57f8e7df..44845b3b 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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