]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and bump version
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 22 Feb 2018 21:58:31 +0000 (13:58 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 22 Feb 2018 23:23:23 +0000 (15:23 -0800)
HISTORY.md
include/rocksdb/version.h

index c4e1bf5f015338ee0e58d134f640933c0bc88143..02a4b496fd21b875035dd4b02a41d69016921ce9 100644 (file)
@@ -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
index 025cc6c2c97a6046cf4301fbb36698e3b694d7fb..76fab108f7ef19d2214c0c0dc6c28747936f8494 100644 (file)
@@ -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