]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and version v5.13.3
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 6 Jun 2018 18:16:32 +0000 (11:16 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Wed, 6 Jun 2018 18:16:32 +0000 (11:16 -0700)
HISTORY.md
include/rocksdb/version.h

index ca32503c89d646576210cfad1c76c32dabf5818f..2b93f60d7befbca1af7f06634d2fb0760c10378c 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.13.3 (6/6/2018)
+### Bug Fixes
+* Fix assertion when reading bloom filter of SST files containing range deletions but no data
+
 ## 5.13.2 (5/25/2018)
 ### Public API Change
 * Introduced `CompressionOptions::kDefaultCompressionLevel`, which is a generic way to tell RocksDB to use the compression library's default level. It is now the default value for `CompressionOptions::level`. Previously the level defaulted to -1, which gave poor compression ratios in ZSTD.
index c98200ac297e07875ca5f0f0afecd95a724958de..9d089ab7f4c49d7321db0837964bd3a8cf90e797 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 13
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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