From add2ac5fb826463e5525a3e3b1a4a1714dfbeffb Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 11 Jun 2015 15:49:11 -0700 Subject: Bump the version to 3.11.2 --- HISTORY.md | 6 ++++++ include/rocksdb/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2