]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version to 5.12.4 and update history v5.12.4
authorZhongyi Xie <xiez@fb.com>
Fri, 20 Apr 2018 21:16:35 +0000 (14:16 -0700)
committerZhongyi Xie <xiez@fb.com>
Fri, 20 Apr 2018 21:16:35 +0000 (14:16 -0700)
HISTORY.md
include/rocksdb/version.h

index ae49cd90d58709e8c54db1ed855a9ded69d2f451..0105c1076a8f2d2281f960101703ead0d69e7aae 100644 (file)
@@ -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
index f883d5a8b7a6d23d2699a442bcefd717d971409c..c0d21c1fd785147a6d7a70ab45daab89e6fff41f 100644 (file)
@@ -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