From: akankshamahajan Date: Thu, 27 Jul 2023 21:35:25 +0000 (-0700) Subject: Update version.h and history X-Git-Tag: v8.4.4~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f981e1145da717bf6b0edec2bbf60ff2e156e71;p=rocksdb.git Update version.h and history Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: --- 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