From: Andrew Kryczka Date: Thu, 22 Feb 2018 21:58:31 +0000 (-0800) Subject: update history and bump version X-Git-Tag: rocksdb-5.11.2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c7fc550125983fe1ebf946199b20090cf52749f;p=rocksdb.git update history and bump version --- diff --git a/HISTORY.md b/HISTORY.md index c4e1bf5f0..02a4b496f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Rocksdb Change Log ## Unreleased +## 5.11.1 (02/22/2018) +### New Features +* Follow rsync-style naming convention for BackupEngine tempfiles. This enables some optimizations when run on GlusterFS. + ## 5.11.0 (01/08/2018) ### Public API Change * Add `autoTune` and `getBytesPerSecond()` to RocksJava RateLimiter diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 025cc6c2c..76fab108f 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 11 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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