]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version for 8.10.2 v8.10.2
authorPeter Dillinger <peterd@meta.com>
Fri, 16 Feb 2024 20:09:07 +0000 (12:09 -0800)
committerPeter Dillinger <peterd@meta.com>
Fri, 16 Feb 2024 20:09:07 +0000 (12:09 -0800)
HISTORY.md
include/rocksdb/version.h

index b5804367462ecf02050f7d69fc71e6d86cd1f990..e9acac0594fbc954c2dfbfba008c9809fcc47c48 100644 (file)
@@ -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
index 4a3e3141134ee0e9b3c2403c6454abd1f833f6f7..0a82619e4fe0d129883fdd3d80689f8c24c3a752 100644 (file)
@@ -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