bump version and update history

This commit is contained in:
Andrew Kryczka 2018-08-01 15:28:24 -07:00
parent 600ca9a439
commit f9fc1f483a
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# Rocksdb Change Log
## Unreleased
### Public API Change
### New Features
## 5.15.1 (8/1/2018)
### Bug Fixes
* Prevent dereferencing invalid STL iterators when there are range tombstones in ingested files.
## 5.15.0 (7/17/2018)
### Public API Change

View File

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