Bump version and update HISTORY.md
This commit is contained in:
parent
98174bc3a3
commit
a1f37aa701
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 6.12.8 (2020-11-15)
|
||||||
|
### Bug Fixes
|
||||||
|
* Fix a bug of encoding and parsing BlockBasedTableOptions::read_amp_bytes_per_bit as a 64-bit integer.
|
||||||
|
|
||||||
## 6.12.7 (2020-10-14)
|
## 6.12.7 (2020-10-14)
|
||||||
### Other
|
### Other
|
||||||
Fix build issue to enable RocksJava release for ppc64le
|
Fix build issue to enable RocksJava release for ppc64le
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 6
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 12
|
#define ROCKSDB_MINOR 12
|
||||||
#define ROCKSDB_PATCH 7
|
#define ROCKSDB_PATCH 8
|
||||||
|
|
||||||
// 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