]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version.h and history
authorakankshamahajan <akankshamahajan@fb.com>
Thu, 27 Jul 2023 21:35:25 +0000 (14:35 -0700)
committerakankshamahajan <akankshamahajan@fb.com>
Thu, 27 Jul 2023 21:35:53 +0000 (14:35 -0700)
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

HISTORY.md
include/rocksdb/version.h

index 0583d7ea3e4486eb32daa3f7f1c4e2f0ee5056c9..87ce1212a24da083719f8a0572081dbcd9386619 100644 (file)
@@ -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.
 
index 261169dacc618fe8fdd762835c31fec5319ab6b1..697a916928ffb0f34b06f0b2913db82eefdd9071 100644 (file)
@@ -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