From 67417da28b900a50ef7fb883568940a93b12bbf8 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Sat, 24 Feb 2018 22:15:28 -0800 Subject: [PATCH] update history and bump version --- HISTORY.md | 4 +++- include/rocksdb/version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 02a4b496..f5477e91 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log -## Unreleased +## 5.11.2 (02/24/2018) +### Bug Fixes +* Fix bug in iterator readahead causing blocks to incorrectly be considered truncated (corrupted). ## 5.11.1 (02/22/2018) ### New Features diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 76fab108..cc4ee72f 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 11 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // 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 -- 2.47.3