From 9e47084ce270861e3c4598bbd15798c440527c59 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Mon, 20 Nov 2017 13:51:43 -0800 Subject: [PATCH] Bump version to 5.8.6 --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e62622e0..9156290e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index dbc01bee..b48732d7 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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 -- 2.47.3