bump version and update history
This commit is contained in:
parent
600ca9a439
commit
f9fc1f483a
@ -1,8 +1,7 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
## Unreleased
|
## 5.15.1 (8/1/2018)
|
||||||
### Public API Change
|
|
||||||
### New Features
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
* Prevent dereferencing invalid STL iterators when there are range tombstones in ingested files.
|
||||||
|
|
||||||
## 5.15.0 (7/17/2018)
|
## 5.15.0 (7/17/2018)
|
||||||
### Public API Change
|
### Public API Change
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 5
|
||||||
#define ROCKSDB_MINOR 15
|
#define ROCKSDB_MINOR 15
|
||||||
#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…
Reference in New Issue
Block a user