summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Canadi <icanadi@fb.com>2015-06-11 15:49:11 -0700
committerIgor Canadi <icanadi@fb.com>2015-06-11 15:49:11 -0700
commitadd2ac5fb826463e5525a3e3b1a4a1714dfbeffb (patch)
tree87ac51ce81309a3eb051179c223134e18cf32dd6
parent8cde6cfcb43c2ef4e302279870aa93ede93b5309 (diff)
Bump the version to 3.11.2rocksdb-3.11.2
-rw-r--r--HISTORY.md6
-rw-r--r--include/rocksdb/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index cad6fc08b..2a523678d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,11 @@
# Rocksdb Change Log
+## 3.11.2 (6/11/2015)
+
+### Fixes
+* Adjust the way we compensate for tombstones when chosing compactions. Previous heuristics led to pathological behavior in some cases.
+* Don't let two L0->L1 compactions run in parallel (only affected through experimental feature SuggestCompactRange)
+
## 3.11.1 (6/1/2015)
### Changes
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index a350b5226..26086b226 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 3
#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