update HISTORY.md and version.h for 8.11.4

This commit is contained in:
Andrew Kryczka 2024-04-09 12:40:06 -07:00
parent 4db41ec2ff
commit 5c2be544f5
4 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
## 8.11.4 (04/09/2024)
### Bug Fixes
* Fixed CMake Javadoc build
* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`
## 8.11.3 (02/27/2024)
* Correct CMake Javadoc and source jar builds

View file

@ -13,7 +13,7 @@
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 8
#define ROCKSDB_MINOR 11
#define ROCKSDB_PATCH 3
#define ROCKSDB_PATCH 4
// 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

View file

@ -1 +0,0 @@
* Fixed CMake Javadoc build

View file

@ -1 +0,0 @@
* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`