From: sdong Date: Mon, 18 Jun 2018 16:54:06 +0000 (-0700) Subject: Bump up to 5.12.5 X-Git-Tag: v5.12.5^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=005c34f0b81a5bfa806be823fd7440a33613fbcf;p=rocksdb.git Bump up to 5.12.5 --- diff --git a/HISTORY.md b/HISTORY.md index 0105c107..25aec44e 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 c0d21c1f..d508b235 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