update history and bump version

This commit is contained in:
Andrew Kryczka 2019-02-11 14:01:16 -08:00
parent b7434c29d2
commit 641fae60f6
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Rocksdb Change Log
## 5.18.3 (2/11/2019)
### Bug Fixes
* Fix possible LSM corruption when both range deletions and subcompactions are used. The symptom of this corruption is L1+ files overlapping in the user key space.
## 5.18.2 (01/31/2019)
### Public API Change
* Change time resolution in FileOperationInfo.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 18
#define ROCKSDB_PATCH 2
#define ROCKSDB_PATCH 3
// 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