]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version number
authorAndrew Kryczka <andrewkr@fb.com>
Tue, 16 Oct 2018 17:41:36 +0000 (10:41 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Tue, 16 Oct 2018 17:41:36 +0000 (10:41 -0700)
HISTORY.md
include/rocksdb/version.h

index 1a8bad81607b979683e88a57fef5ff4d1dee738d..f26e53c3b5b71ee79cf50b3aff926470086999aa 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 5.16.5 (10/16/2018)
 ### Bug Fixes
 * Fix slow flush/compaction when DB contains many snapshots. The problem became noticeable to us in DBs with 100,000+ snapshots, though it will affect others at different thresholds.
 * Properly set the stop key for a truncated manual CompactRange
index 9263afd395ce888d540a55565f0d56b0a11d2226..40e36a1d4d3471c746981ff33170f95a17528d09 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 16
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
 
 // 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