]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.16.2
authorYi Wu <yiwu@fb.com>
Fri, 21 Sep 2018 16:13:34 +0000 (09:13 -0700)
committerYi Wu <yiwu@fb.com>
Fri, 21 Sep 2018 16:13:34 +0000 (09:13 -0700)
HISTORY.md
include/rocksdb/version.h

index be216accc7930ce0c4f16e4634b3843271d1e8b9..c0c9ba7d0c58f8197c34fa6433283bbce5ed2f74 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.16.2 (9/21/2018)
+### Bug Fixes
+* Fix bug in partition filters with format_version=4.
+
 ## 5.16.1 (9/17/2018)
 ### Bug Fixes
 * Remove trace_analyzer_tool from rocksdb_lib target in TARGETS file.
index 7503d15087a081dcbf0a99b8baeb8e8ddb8a84aa..ca58d7a219e15fe28bb9f74e0f6af39f4e183db5 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 16
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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