From cc0a65f4286e3833d99833433d8b0c63ec7dbdfd Mon Sep 17 00:00:00 2001 From: Zhongyi Xie Date: Fri, 20 Apr 2018 14:16:35 -0700 Subject: [PATCH] bump version to 5.12.4 and update history --- HISTORY.md | 1 + include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ae49cd90d58..0105c1076a8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ## 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 +* Fix memory leak in two_level_iterator ## 5.12.2 (3/23/2018) ### Bug Fixes diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index f883d5a8b7a..c0d21c1fd78 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 3 +#define ROCKSDB_PATCH 4 // 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