summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrew.kryczka2@gmail.com>2024-04-17 13:46:25 -0700
committerAndrew Kryczka <andrew.kryczka2@gmail.com>2024-04-17 13:46:25 -0700
commit36540d43550da19e96515bd731ee416a8787672c (patch)
tree14eb4ae8ca8fed552614625254d3e5aa1eb0e770
parentfd68cc09a42a40cede0bb16bac8b12c87485fe98 (diff)
update version.h and HISTORY.md for 9.0.1v9.0.1
-rw-r--r--HISTORY.md5
-rw-r--r--include/rocksdb/version.h2
-rw-r--r--unreleased_history/bug_fixes/cmake_javadoc_build.md1
-rw-r--r--unreleased_history/bug_fixes/java_fix_sstfilemetadata.md1
4 files changed, 6 insertions, 3 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 7d2bc89e1..5be906e97 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,11 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
+## 9.0.1 (04/11/2024)
+### Bug Fixes
+* Fixed CMake Javadoc and source jar builds
+* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`
+
## 9.0.0 (02/16/2024)
### New Features
* Provide support for FSBuffer for point lookups. Also added support for scans and compactions that don't go through prefetching.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 88af8ce21..0fd1a9613 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 9
#define ROCKSDB_MINOR 0
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
// 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
diff --git a/unreleased_history/bug_fixes/cmake_javadoc_build.md b/unreleased_history/bug_fixes/cmake_javadoc_build.md
deleted file mode 100644
index 832168327..000000000
--- a/unreleased_history/bug_fixes/cmake_javadoc_build.md
+++ /dev/null
@@ -1 +0,0 @@
-* Fixed CMake Javadoc and source jar builds
diff --git a/unreleased_history/bug_fixes/java_fix_sstfilemetadata.md b/unreleased_history/bug_fixes/java_fix_sstfilemetadata.md
deleted file mode 100644
index 9a87bb087..000000000
--- a/unreleased_history/bug_fixes/java_fix_sstfilemetadata.md
+++ /dev/null
@@ -1 +0,0 @@
-* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`