From a1f37aa70111d2e5bb0221689ba293894140e21c Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Sun, 15 Nov 2020 15:13:05 -0800 Subject: [PATCH] Bump version and update HISTORY.md --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5a1872a29..f023ad56a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 6.12.8 (2020-11-15) +### Bug Fixes +* Fix a bug of encoding and parsing BlockBasedTableOptions::read_amp_bytes_per_bit as a 64-bit integer. + ## 6.12.7 (2020-10-14) ### Other Fix build issue to enable RocksJava release for ppc64le diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index fb9f46b40..7078f4779 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 7 +#define ROCKSDB_PATCH 8 // 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