From 7b3bc81f820962de3660f808b51f775d59b89e8f Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Tue, 28 Nov 2017 12:09:13 -0800 Subject: [PATCH] Bump version to 5.9.1 --- HISTORY.md | 5 ++--- include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 36055dce7..d08590461 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,8 @@ # Rocksdb Change Log -## Unreleased -### Public API Change -### New Features +## 5.9.1 (11/28/2017) ### Bug Fixes * Fix IOError on WAL write doesn't propagate to write group follower +* Fix calculating filter partition target size ## 5.9.0 (11/1/2017) ### Public API Change diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index e8c769e90..3b309cbad 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 9 -#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