summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2016-09-15 18:11:36 -0700
committersdong <siying.d@fb.com>2016-09-15 18:11:36 -0700
commit98084910a7355eb3447afb8f48549cd47acf55cf (patch)
tree39765e0d563cbf4275a4a8bf761ad494844ed27b
parentfbd1c982556c989fb78e66a94d3387880e2b37da (diff)
Release 4.11.2v4.11.2rocksdb-4.11.2
-rw-r--r--HISTORY.md5
-rw-r--r--include/rocksdb/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 6ebf8cf6a..1121bf785 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,4 +1,9 @@
# Rocksdb Change Log
+## 4.11.2 (9/15/2016)
+### Bug fixes
+* Segfault when failing to open an SST file for read-ahead iterators.
+* WAL without data for all CFs is not deleted after recovery.
+
## 4.11.1 (8/30/2016)
### Bug Fixes
* Mitigate the regression bug of deadlock condition during recovery when options.max_successive_merges hits.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index abdfe0942..d9cc91fae 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 4
#define ROCKSDB_MINOR 11
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
// 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