summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2018-06-18 09:54:06 -0700
committersdong <siying.d@fb.com>2018-06-18 09:55:01 -0700
commit005c34f0b81a5bfa806be823fd7440a33613fbcf (patch)
tree0ab2f7d7d5165aaf513134bd8ff47cf2192c2385
parent843738d8dcbf666701db265c2479827040c8b1d3 (diff)
Bump up to 5.12.5v5.12.5
-rw-r--r--HISTORY.md4
-rw-r--r--include/rocksdb/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0105c1076..25aec44e7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,4 +1,8 @@
# Rocksdb Change Log
+## 5.12.5 (6/18/2018)
+### Bug Fixes
+* Fix regression bug of Prev() with ReadOptions.iterate_upper_bound.
+
## 5.12.3 (04/09/2018)
### Bug Fixes
* Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index c0d21c1fd..d508b235c 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 12
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
// 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