summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2018-04-30 18:19:02 -0700
committerAndrew Kryczka <andrewkr@fb.com>2018-04-30 18:19:02 -0700
commitc60df9d9e7629fe208a9b848293a5599f83d5e77 (patch)
tree9959db3417f83c1c00995c970f8abfef124633ff
parent747c85320396e5d8aa1ebdb880888fe1b4494404 (diff)
update history and versionv5.13.1
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 624b24645..ff58d7d21 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 1f1140891..0ef913df2 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