From: Peter Dillinger Date: Fri, 16 Feb 2024 20:09:07 +0000 (-0800) Subject: Update HISTORY.md and version for 8.10.2 X-Git-Tag: v8.10.2^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a66daec5410683c0f66e7759b425631ffbfd8677;p=rocksdb.git Update HISTORY.md and version for 8.10.2 --- diff --git a/HISTORY.md b/HISTORY.md index b58043674..e9acac059 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ # Rocksdb Change Log > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt` +## 8.10.2 (02/16/2024) +* Update zlib to 1.3.1 for Java builds + ## 8.10.1 (01/16/2024) ### Bug Fixes * Fix bug in auto_readahead_size that combined with IndexType::kBinarySearchWithFirstKey + fails or iterator lands at a wrong key diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 4a3e31411..0a82619e4 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 10 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // 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