]> 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 21:58:31 +0000 (13:58 -0800)
HISTORY.md
include/rocksdb/version.h

index 747379ae8f71cecce47df1eb053ec8e2f6aa58ae..734e55eedf0c331e81efa3fd5eff1a6868c44110 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.10.4 (02/22/2018)
+### New Features
+* Follow rsync-style naming convention for BackupEngine tempfiles. This enables some optimizations when run on GlusterFS.
+
 ## 5.10.3 (02/21/2018)
 ### Bug fixes
 * Fix build break regression using gcc-7
index 036de3b47d321d3ca3ab0836c1e3b6a1e5e37571..ed650c644b6a7e8821f271c756766c934c2023c5 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 10
-#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