]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.6.1 rocksdb-5.6.1 v5.6.1
authorYi Wu <yiwu@fb.com>
Tue, 25 Jul 2017 17:11:29 +0000 (10:11 -0700)
committerYi Wu <yiwu@fb.com>
Tue, 25 Jul 2017 17:11:29 +0000 (10:11 -0700)
HISTORY.md
include/rocksdb/version.h

index 4b2fbd07f9e4c035a6965ef642343e1f33712bc0..0ceca5f25d67972759c43e859201b6221254cf25 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.6.1 (07/25/2017)
+### Bug Fixes
+* Fix lite build.
+
 ## 5.6.0 (06/06/2017)
 ### Public API Change
 * Scheduling flushes and compactions in the same thread pool is no longer supported by setting `max_background_flushes=0`. Instead, users can achieve this by configuring their high-pri thread pool to have zero threads.
index 05e38ff8ccfda0da1fc7c2ddc197963709b029cd..f96e66a13900355696fc1a730dda59b774ed6d7d 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 6
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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