]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version and update HISTORY.md for 6.15.4
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 21 Jan 2021 20:41:08 +0000 (12:41 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 21 Jan 2021 20:41:08 +0000 (12:41 -0800)
HISTORY.md
include/rocksdb/version.h

index 20488b033a5d2f01d94ec9ef77dd79158fa20955..3233385ab59767dc1a4902bfd1b4bf64f9d227f5 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.15.4 (01/21/2021)
 ### Bug Fixes
 * Fix a race condition between DB startups and shutdowns in managing the periodic background worker threads. One effect of this race condition could be the process being terminated.
 
index ed7df3e60cab08ae5885dc48e32c5ad39e9e189e..5e86dd5962704d3bcf9b87926c957d4f949ebf6e 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 15
-#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