From: Andrew Kryczka Date: Thu, 22 Feb 2018 21:58:31 +0000 (-0800) Subject: update history and bump version X-Git-Tag: rocksdb-5.10.4~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b0481ef49d9bf0f1e5f101c2b60de298086434b;p=rocksdb.git update history and bump version --- diff --git a/HISTORY.md b/HISTORY.md index 747379ae..734e55ee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 036de3b4..ed650c64 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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