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 ca4492add Add news for 1.9.6
ca4492add is described below

commit ca4492addfef49b1628a4f66550a1ba495e2dd05
Author: Gang Wu <[email protected]>
AuthorDate: Wed May 7 10:32:09 2025 +0800

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

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index d1a50d085..8e8045d1b 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -64,9 +64,17 @@
   sha256: 9107730919c29eb39efaff1b9e36166634d1d4d9477e5fee76bfd6a8fec317df
   known-issues:
 
+1.9.6:
+  date: 2025-05-06
+  state: stable
+  tar: orc-1.9.6.tar.gz
+  signed-by: Gang Wu (8A461DF4)
+  sha256: 4442944f53b6b4d48f0b6a1938a8f7d1233a92864d7d588201225c8977371754
+  known-issues:
+
 1.9.5:
   date: 2024-11-14
-  state: stable
+  state: archived
   tar: orc-1.9.5.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: 6900b4e8a2e4e49275f4067bd0f838ad68330204305fd3f13a5ec519e9d71547
diff --git a/site/_posts/2025-05-06-ORC-1.9.6.md 
b/site/_posts/2025-05-06-ORC-1.9.6.md
new file mode 100644
index 000000000..ca20f1860
--- /dev/null
+++ b/site/_posts/2025-05-06-ORC-1.9.6.md
@@ -0,0 +1,27 @@
+---
+layout: news_item
+title: "ORC 1.9.6 Released"
+date: "2025-05-06 22:00:00 +0800"
+author: wgtmac
+version: 1.9.6
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.9.6.
+
+{% assign releaseName = "1.9.6" %}
+{% 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
+- [ORC-1885]({{site.jira}}/ORC-1885) Update all `ubuntu-20.04` to 
`ubuntu-22.04` in CI
+
+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-1818]({{site.jira}}/ORC-1818) Upgrade Spark to 3.5.4 in bench module
+- [ORC-1869]({{site.jira}}/ORC-1869) Upgrade Spark to 3.5.5 in bench module 
for Apache ORC 1.9.x
+
+The tasks:
+- [ORC-1709]({{site.jira}}/ORC-1709) Upgrade GitHub Action `setup-java` to v4 
and use built-in cache feature

Reply via email to