]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version.h for 6.27.3
authorakankshamahajan <akankshamahajan@fb.com>
Fri, 10 Dec 2021 18:26:22 +0000 (10:26 -0800)
committerakankshamahajan <akankshamahajan@fb.com>
Fri, 10 Dec 2021 18:26:22 +0000 (10:26 -0800)
HISTORY.md
include/rocksdb/version.h

index 3fa611999ed89927001ad2419df917f273370512..6aa2e8312091aea27d7b103b4844b32cf0b79596 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.27.3 (2021-12-10)
 ### Bug Fixes
 * Fixed a bug in TableOptions.prepopulate_block_cache which causes segmentation fault when used with TableOptions.partition_filters = true and TableOptions.cache_index_and_filter_blocks = true.
 
index 6ac19f521487ad6fae6e9421faf6087cd9a85e1b..ffb358869d287f73420f53565784385c453460ad 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 27
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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