From 005c34f0b81a5bfa806be823fd7440a33613fbcf Mon Sep 17 00:00:00 2001 From: sdong Date: Mon, 18 Jun 2018 09:54:06 -0700 Subject: [PATCH] Bump up to 5.12.5 --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0105c1076a8..25aec44e786 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 c0d21c1fd78..d508b235c1a 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