]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.8.4
authorYi Wu <yiwu@fb.com>
Thu, 9 Nov 2017 05:28:42 +0000 (21:28 -0800)
committerYi Wu <yiwu@fb.com>
Thu, 9 Nov 2017 05:28:42 +0000 (21:28 -0800)
HISTORY.md
include/rocksdb/version.h

index 6792795bafbc5e1b202971dbe9e9f7a196201df5..e62622e081c3446af2da8e9da89727c861640762 100644 (file)
@@ -1,10 +1,4 @@
 # Rocksdb Change Log
-## 5.8.3 (11/08/2017)
-No major changes.
-
-## 5.8.2 (11/03/2017)
-No major changes.
-
 ## 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 ab6ca7a19e2e2d9b48ff0ec3e8b3a2ba61b2a8d2..61ca0a1e3febbd6c85e22eaf123c72783b7d596c 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
 
 // 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