From: Andrew Kryczka Date: Tue, 1 May 2018 01:19:02 +0000 (-0700) Subject: update history and version X-Git-Tag: v5.13.1^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c60df9d9e7629fe208a9b848293a5599f83d5e77;p=rocksdb.git update history and version --- diff --git a/HISTORY.md b/HISTORY.md index 624b2464..ff58d7d2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Rocksdb Change Log +## 5.13.1 (4/30/2018) ### New Features * Add `Env::LowerThreadPoolCPUPriority(Priority)` method, which lowers the CPU priority of background (esp. compaction) threads to minimize interference with foreground tasks. +* Eliminate use of temporary directories in BackupEngine to improve reliability on distributed file systems. ## 5.13.0 (3/20/2018) ### Public API Change diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 1f114089..0ef913df 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 13 -#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