From: Andrew Kryczka Date: Mon, 12 Oct 2020 20:57:57 +0000 (-0700) Subject: update HISTORY.md and version.h for 6.13.1 X-Git-Tag: v6.13.2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed5c64e0d91ba2c275e6d223b511c4062a6f867c;p=rocksdb.git update HISTORY.md and version.h for 6.13.1 --- diff --git a/HISTORY.md b/HISTORY.md index c4cd886d6..54787ec9c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 454dae9d0..d4fe479e0 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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