]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.14.2 and update HISTORY v5.14.2
authorSagar Vemuri <svemuri@fb.com>
Wed, 4 Jul 2018 03:56:14 +0000 (20:56 -0700)
committerSagar Vemuri <svemuri@fb.com>
Wed, 4 Jul 2018 03:56:14 +0000 (20:56 -0700)
HISTORY.md
include/rocksdb/version.h

index 0e0b961431190ddf88cc4ee813b4395e66f8aa66..9aab2033e11347ef222710bbf80bead8817926dd 100644 (file)
@@ -1,13 +1,13 @@
 # Rocksdb Change Log
-## Unreleased
+## 5.14.2 (7/3/2018)
 ### Bug Fixes
 * Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() as it doesn't work well with checkpoints.
+* Set DEBUG_LEVEL=0 for RocksJava Mac Release build.
 
 ## 5.14.1 (6/20/2018)
 ### Bug Fixes
 * Fix block-based table reader pinning blocks throughout its lifetime, causing memory usage increase.
 * Fix bug with prefix search in partition filters where a shared prefix would be ignored from the later partitions. The bug could report an eixstent key as missing. The bug could be triggered if prefix_extractor is set and partition filters is enabled.
-* Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() as it doesn't work well with checkpoints.
 
 ## 5.14.0 (5/16/2018)
 ### Public API Change
index 489f798c938bcba6f9ff9be98f3ae2c73c9d89b0..f2b55cf0a232fcad99c7383525dc2f70e6f54d58 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 14
-#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