This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 99dfa3320 Add news for 1.8.9
99dfa3320 is described below

commit 99dfa3320b75acdd1a7c341bb33d511608e3711e
Author: Gang Wu <[email protected]>
AuthorDate: Wed May 7 09:42:22 2025 +0800

    Add news for 1.8.9
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2025-05-06-ORC-1.8.9.md | 26 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 5b7e7d092..d1a50d085 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -112,9 +112,17 @@
   sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
   known-issues:
 
+1.8.9:
+  date: 2025-05-06
+  state: stable
+  tar: orc-1.8.9.tar.gz
+  signed-by: Gang Wu (8A461DF4)
+  sha256: 66343dc6832beda96b118bd78e74b079b20e4fda756d98c498db92d8bfc4c639
+  known-issues:
+
 1.8.8:
   date: 2024-11-11
-  state: stable
+  state: archived
   tar: orc-1.8.8.tar.gz
   signed-by: Gang Wu (8A461DF4)
   sha256: eca12a9139c0889d11ef1ecc8f273ccb0ef5d19df70d61cb732194d806db026b
diff --git a/site/_posts/2025-05-06-ORC-1.8.9.md 
b/site/_posts/2025-05-06-ORC-1.8.9.md
new file mode 100644
index 000000000..0dde6636f
--- /dev/null
+++ b/site/_posts/2025-05-06-ORC-1.8.9.md
@@ -0,0 +1,26 @@
+---
+layout: news_item
+title: "ORC 1.8.9 Released"
+date: "2025-05-06 22:00:00 +0800"
+author: wgtmac
+version: 1.8.9
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.9.
+
+{% assign releaseName = "1.8.9" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1866]({{site.jira}}/ORC-1866) Avoid zlib decompression infinite loop
+- [ORC-1879]({{site.jira}}/ORC-1879) Fix Heap Buffer Overflow in LZO 
Decompression
+
+The test changes:
+- [ORC-1745]({{site.jira}}/ORC-1745) Remove `Ubuntu 20.04` Support
+- [ORC-1776]({{site.jira}}/ORC-1776) Remove `MacOS 12` from GitHub Action CI 
and docs
+- [ORC-1870]({{site.jira}}/ORC-1870) Remove Java 18 test pipeline from 
`branch-1.8`
+
+The tasks:
+- [ORC-1411]({{site.jira}}/ORC-1411) Remove Ubuntu18.04 from docker-based tests
+- [ORC-1709]({{site.jira}}/ORC-1709) Upgrade GitHub Action `setup-java` to v4 
and use built-in cache feature

Reply via email to