]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.8.6 rocksdb-5.8.6 v5.8.6
authorYi Wu <yiwu@fb.com>
Mon, 20 Nov 2017 21:51:43 +0000 (13:51 -0800)
committerYi Wu <yiwu@fb.com>
Mon, 20 Nov 2017 21:51:43 +0000 (13:51 -0800)
HISTORY.md
include/rocksdb/version.h

index e62622e081c3446af2da8e9da89727c861640762..9156290e0c13448759c9fec66c05310d5d79afa3 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.8.6 (11/20/2017)
+### Bug Fixes
+* Fixed aligned_alloc issues with Windows.
+
 ## 5.8.1 (10/23/2017)
 ### New Features
 * Add a new db property "rocksdb.estimate-oldest-key-time" to return oldest data timestamp. The property is available only for FIFO compaction with compaction_options_fifo.allow_compaction = false.
index dbc01beebed8f884c1aebd568b16adc573e36784..b48732d75f2e734e0c5e24754a7ad2bda3ee7cbb 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 8
-#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