]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up to 5.12.5 v5.12.5
authorsdong <siying.d@fb.com>
Mon, 18 Jun 2018 16:54:06 +0000 (09:54 -0700)
committersdong <siying.d@fb.com>
Mon, 18 Jun 2018 16:55:01 +0000 (09:55 -0700)
HISTORY.md
include/rocksdb/version.h

index 0105c1076a8f2d2281f960101703ead0d69e7aae..25aec44e7862caae420ac6c2426240fff9aa59e2 100644 (file)
@@ -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
index c0d21c1fd785147a6d7a70ab45daab89e6fff41f..d508b235c1af624047fb473683e9f07ad6707518 100644 (file)
@@ -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