From 5f981e1145da717bf6b0edec2bbf60ff2e156e71 Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Thu, 27 Jul 2023 14:35:25 -0700 Subject: [PATCH] Update version.h and history Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0583d7ea3..87ce1212a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ # Rocksdb Change Log > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt` -## Unreleased +## 8.4.3 (07/27/2023) ### Bug Fixes * Fix use_after_free bug in async_io MultiReads when underlying FS enabled kFSBuffer. kFSBuffer is when underlying FS pass their own buffer instead of using RocksDB scratch in FSReadRequest. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 261169dac..697a91692 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -13,7 +13,7 @@ // minor or major version number planned for release. #define ROCKSDB_MAJOR 8 #define ROCKSDB_MINOR 4 -#define ROCKSDB_PATCH 2 +#define ROCKSDB_PATCH 3 // 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 -- 2.47.3