]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version.h for 6.13.1
authorAndrew Kryczka <andrewkr@fb.com>
Mon, 12 Oct 2020 20:57:57 +0000 (13:57 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 12 Oct 2020 21:06:52 +0000 (14:06 -0700)
HISTORY.md
include/rocksdb/version.h

index c4cd886d6c2fb78595135bdf33119da5563d59e8..54787ec9cd3185a096a8dfe4cdfb31fea168422f 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.13.1 (10/12/2020)
 ### Bug Fixes
 * Since 6.12, memtable lookup should report unrecognized value_type as corruption (#7121).
 * Fixed a bug in the following combination of features: indexes with user keys (`format_version >= 3`), indexes are partitioned (`index_type == kTwoLevelIndexSearch`), and some index partitions are pinned in memory (`BlockBasedTableOptions::pin_l0_filter_and_index_blocks_in_cache`). The bug could cause keys to be truncated when read from the index leading to wrong read results or other unexpected behavior.
index 454dae9d0e87c87386702e5751445144b3124265..d4fe479e0cd537b30af3281367e0d8656cb35150 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 13
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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