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

index 0ceca5f25d67972759c43e859201b6221254cf25..6ce3167a2486d930df105b96d9145698a466fef5 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.6.2 (08/12/2017)
+### Bug Fixes
+* Fix incorrect dropping of deletions during intra-L0 compaction.
+
 ## 5.6.1 (07/25/2017)
 ### Bug Fixes
 * Fix lite build.
index f96e66a13900355696fc1a730dda59b774ed6d7d..79eb0927e70e58da953e848fe2355fcc5c8c70fc 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 6
-#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