update HISTORY.md and bump version to 6.15.1

This commit is contained in:
Andrew Kryczka 2020-12-01 15:00:23 -08:00
parent cac1fc4dfb
commit 4b879eeb9d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log
## Unreleased
## 6.15.1 (12/01/2020)
### Bug Fixes
* Truncated WALs ending in incomplete records can no longer produce gaps in the recovered data when `WALRecoveryMode::kPointInTimeRecovery` is used. Gaps are still possible when WALs are truncated exactly on record boundaries.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 15
#define ROCKSDB_PATCH 0
#define ROCKSDB_PATCH 1
// 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