Update HISTORY.md and version.h for 6.12.7
This commit is contained in:
parent
bfdb0a7651
commit
f3e33549c1
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 6.12.7 (2020-10-14)
|
||||||
|
### Other
|
||||||
|
Fix build issue to enable RocksJava release for ppc64le
|
||||||
|
|
||||||
## 6.12.6 (2020-10-13)
|
## 6.12.6 (2020-10-13)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files.
|
* Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 6
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 12
|
#define ROCKSDB_MINOR 12
|
||||||
#define ROCKSDB_PATCH 6
|
#define ROCKSDB_PATCH 7
|
||||||
|
|
||||||
// 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