Update version and HISTORY for 6.16.5

This commit is contained in:
Peter Dillinger 2021-09-08 12:34:59 -07:00
parent cc4c9e80e4
commit b705f808e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased ## 6.16.5 (09/08/2021)
### Bug Fixes ### Bug Fixes
* Fixed a bug affecting the batched `MultiGet` API when used with keys spanning multiple column families and `sorted_input == false`. * Fixed a bug affecting the batched `MultiGet` API when used with keys spanning multiple column families and `sorted_input == false`.

View File

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