From e402de87ef44aa920d295d382ab5047264101aa0 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Tue, 13 Oct 2020 10:05:00 -0700 Subject: [PATCH] update HISTORY.md and version.h for 6.14.1 --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 82d7de395..310d7b1bf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.14.1 (10/13/2020) ### Bug Fixes * Since 6.12, memtable lookup should report unrecognized value_type as corruption (#7121). * Since 6.14, fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index bf963d917..88820ef00 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 14 -#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