Skip to content

Commit 4cfbd87

Browse files
author
Fosco Marotto
committed
Update history and version for 6.5.2
1 parent 8a72bb1 commit 4cfbd87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rocksdb Change Log
22
## Unreleased
3+
4+
## 6.5.2 (11/15/2019)
35
### Bug Fixes
46
* Fix a assertion failure in MultiGe4t() when BlockBasedTableOptions::no_block_cache is true and there is no compressed block cache
57
* Fix a buffer overrun problem in BlockBasedTable::MultiGet() when compression is enabled and no compressed block cache is configured.

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 5
9-
#define ROCKSDB_PATCH 1
9+
#define ROCKSDB_PATCH 2
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)