]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
release 5.5.6 rocksdb-5.5.6 v5.5.6
authorAndrew Kryczka <andrewkr@fb.com>
Sat, 12 Aug 2017 21:42:21 +0000 (14:42 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Sat, 12 Aug 2017 21:42:21 +0000 (14:42 -0700)
HISTORY.md
include/rocksdb/version.h

index a89b548ddcc9640fadcf481f82868eca86640a4f..329d66a049b84feb05e80f353b35f62aa03e0af2 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.5.6 (08/12/2017)
+### Bug Fixes
+* Fix incorrect dropping of deletions during intra-L0 compaction.
+
 ## 5.5.5 (07/18/2017)
 * Change license section of java/rocksjni.pom
 * Clear up some files still mentioning PATENTS file 
index fe3483f6246dbb160e2daee21d2a91432ec08b1d..5728398f26c38ca54c614e28eeaf52939a804e12 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 5
-#define ROCKSDB_PATCH 5
+#define ROCKSDB_PATCH 6
 
 // 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