update history and bump version

This commit is contained in:
Andrew Kryczka 2018-02-22 13:58:31 -08:00
parent 37a5d3d2aa
commit 5c7fc55012
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Rocksdb Change Log
## Unreleased
## 5.11.1 (02/22/2018)
### New Features
* Follow rsync-style naming convention for BackupEngine tempfiles. This enables some optimizations when run on GlusterFS.
## 5.11.0 (01/08/2018)
### Public API Change
* Add `autoTune` and `getBytesPerSecond()` to RocksJava RateLimiter

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 11
#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