update HISTORY.md and bump version to 6.14.6

This commit is contained in:
Andrew Kryczka 2020-12-01 14:51:09 -08:00
parent 7e7b413a85
commit f56956c72f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log
## Unreleased
## 6.14.6 (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; for complete protection, users should enable `track_and_verify_wals_in_manifest`.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 14
#define ROCKSDB_PATCH 5
#define ROCKSDB_PATCH 6
// 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