Skip to content

Commit f56956c

Browse files
committed
update HISTORY.md and bump version to 6.14.6
1 parent 7e7b413 commit f56956c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rocksdb Change Log
2-
## Unreleased
2+
## 6.14.6 (12/01/2020)
33
### Bug Fixes
44
* 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`.
55

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define ROCKSDB_MAJOR 6
88
#define ROCKSDB_MINOR 14
9-
#define ROCKSDB_PATCH 5
9+
#define ROCKSDB_PATCH 6
1010

1111
// Do not use these. We made the mistake of declaring macros starting with
1212
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)