From 7dc1c554903cd84654d5322480cf4fae3fda8bac Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Thu, 20 Aug 2020 15:57:13 -0700 Subject: [PATCH] Update for 6.12.1 patch release --- HISTORY.md | 4 +++- include/rocksdb/version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7764331d2..3ad872c63 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,9 @@ # Rocksdb Change Log ## Unreleased + +## 6.12.1 (2020-08-20) ### Bug fixes -* BackupEngine::CreateNewBackup could fail intermittently with non-OK status when backing up a read-write DB configured with a DBOptions::file_checksum_gen_factory. This issue has been worked-around such that CreateNewBackup should succeed, but (until fully fixes) BackupEngine might not see all checksums available in the DB. +* BackupEngine::CreateNewBackup could fail intermittently with non-OK status when backing up a read-write DB configured with a DBOptions::file_checksum_gen_factory. This issue has been worked-around such that CreateNewBackup should succeed, but (until fully fixed) BackupEngine might not see all checksums available in the DB. ## 6.12 (2020-07-28) ### Public API Change diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 4106de64e..fdf156e67 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 12 -#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