]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and version v5.13.1
authorAndrew Kryczka <andrewkr@fb.com>
Tue, 1 May 2018 01:19:02 +0000 (18:19 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Tue, 1 May 2018 01:19:02 +0000 (18:19 -0700)
HISTORY.md
include/rocksdb/version.h

index 624b24645eaa8c41aa923d1fc94aa6c59b130a6f..ff58d7d215db4afe23ec2d9339aa791f94262a43 100644 (file)
@@ -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
index 1f114089135dd75ffa7dfb997c8da62bf37d877a..0ef913df2e477ac76718e64bea3e5f99e8f9f9d5 100644 (file)
@@ -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