We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bea2b commit ee6ee5fCopy full SHA for ee6ee5f
HISTORY.md
@@ -1,5 +1,5 @@
1
# Rocksdb Change Log
2
-## Unreleased
+## 7.1.1 (04/07/2022)
3
### Bug Fixes
4
* Fix segfault in FilePrefetchBuffer with async_io as it doesn't wait for pending jobs to complete on destruction.
5
include/rocksdb/version.h
@@ -11,7 +11,7 @@
11
12
#define ROCKSDB_MAJOR 7
13
#define ROCKSDB_MINOR 1
14
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
15
16
// Do not use these. We made the mistake of declaring macros starting with
17
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments