From: Andrew Kryczka Date: Tue, 16 Oct 2018 17:41:36 +0000 (-0700) Subject: update HISTORY.md and version number X-Git-Tag: v5.16.6~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d461733e467e1a15311cef346d0639e5e797e25;p=rocksdb.git update HISTORY.md and version number --- diff --git a/HISTORY.md b/HISTORY.md index 1a8bad81..f26e53c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 9263afd3..40e36a1d 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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