Update version.h and HISTORY.md for 5.18.4
This commit is contained in:
parent
689c15523f
commit
e8e81bc39f
@ -1,4 +1,7 @@
|
||||
# Rocksdb Change Log
|
||||
## 5.18.4 (3/3/2020)
|
||||
* Various fixes for ARM64 support (#6250)
|
||||
|
||||
## 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.
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#define ROCKSDB_MAJOR 5
|
||||
#define ROCKSDB_MINOR 18
|
||||
#define ROCKSDB_PATCH 3
|
||||
#define ROCKSDB_PATCH 4
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user