update history and bump version
This commit is contained in:
parent
37a5d3d2aa
commit
5c7fc55012
@ -1,6 +1,10 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
## Unreleased
|
## 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)
|
## 5.11.0 (01/08/2018)
|
||||||
### Public API Change
|
### Public API Change
|
||||||
* Add `autoTune` and `getBytesPerSecond()` to RocksJava RateLimiter
|
* Add `autoTune` and `getBytesPerSecond()` to RocksJava RateLimiter
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 5
|
||||||
#define ROCKSDB_MINOR 11
|
#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
|
// 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user