Bump up version to 6.7.2
This commit is contained in:
parent
b88bb93514
commit
59d47e8c3e
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 6.7.2 (02/24/2020)
|
||||||
|
### Bug Fixes
|
||||||
|
* Fixed a bug of IO Uring partial result handling introduced in 6.7.0.
|
||||||
|
|
||||||
## 6.7.1 (02/13/2020)
|
## 6.7.1 (02/13/2020)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Fixed issue #6316 that can cause a corruption of the MANIFEST file in the middle when writing to it fails due to no disk space.
|
* Fixed issue #6316 that can cause a corruption of the MANIFEST file in the middle when writing to it fails due to no disk space.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 6
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 7
|
#define ROCKSDB_MINOR 7
|
||||||
#define ROCKSDB_PATCH 1
|
#define ROCKSDB_PATCH 2
|
||||||
|
|
||||||
// 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…
x
Reference in New Issue
Block a user