Bump version to 5.9.1

This commit is contained in:
Yi Wu 2017-11-28 12:09:13 -08:00
parent 84afb8a524
commit 7b3bc81f82
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased ## 5.9.1 (11/28/2017)
### Public API Change
### New Features
### Bug Fixes ### Bug Fixes
* Fix IOError on WAL write doesn't propagate to write group follower * Fix IOError on WAL write doesn't propagate to write group follower
* Fix calculating filter partition target size
## 5.9.0 (11/1/2017) ## 5.9.0 (11/1/2017)
### Public API Change ### Public API Change

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5 #define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 9 #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 // 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 // double underscore. Now we have to live with our choice. We'll deprecate these