File tree 3 files changed +5
-2
lines changed
unreleased_history/bug_fixes
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Rocksdb Change Log
2
2
> NOTE: Entries for next release do not go here. Follow instructions in ` unreleased_history/README.txt `
3
3
4
+ ## 9.6.2 (10/31/2024)
5
+ ### Bug Fixes
6
+ * Fix a leak of obsolete blob files left open until DB::Close(). This bug was introduced in version 9.4.0.
7
+
4
8
## 9.6.1 (08/24/2024)
5
9
### Bug Fixes
6
10
* Fix correctness of MultiGet across column families with user timestamp.
Original file line number Diff line number Diff line change 13
13
// minor or major version number planned for release.
14
14
#define ROCKSDB_MAJOR 9
15
15
#define ROCKSDB_MINOR 6
16
- #define ROCKSDB_PATCH 1
16
+ #define ROCKSDB_PATCH 2
17
17
18
18
// Do not use these. We made the mistake of declaring macros starting with
19
19
// double underscore. Now we have to live with our choice. We'll deprecate these
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments