From fbf178ec689dcc8080ffb67c541bd731bd23c79d Mon Sep 17 00:00:00 2001 From: sdong Date: Tue, 17 Sep 2019 17:32:10 -0700 Subject: [PATCH] Bump up the version to 6.3.5 --- HISTORY.md | 3 +++ include/rocksdb/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3