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

dongjoon 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 ea7f376ac Add news for 2.1.2
ea7f376ac is described below

commit ea7f376ac15a651eb018272f2fcc99d49224ca9f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 6 16:36:41 2025 -0700

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

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index c181ef17c..5b7e7d092 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,8 +1,16 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
+2.1.2:
+  date: 2025-05-06
+  state: latest
+  tar: orc-2.1.2.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 55451e65dea6ed42afb39fe33a88f9dcea8928dca0a0c9c23ef5545587810b4c
+  known-issues:
+
 2.1.1:
   date: 2025-03-06
-  state: latest
+  state: archived
   tar: orc-2.1.1.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: 15af8baeee322bab0298559a14a09cf8c14cf2008e35d8a78d3cc8a4c98d1e59
diff --git a/site/_posts/2025-05-06-ORC-2.1.2.md 
b/site/_posts/2025-05-06-ORC-2.1.2.md
new file mode 100644
index 000000000..015115f75
--- /dev/null
+++ b/site/_posts/2025-05-06-ORC-2.1.2.md
@@ -0,0 +1,26 @@
+---
+layout: news_item
+title: "ORC 2.1.2 Released"
+date: "2025-05-06 00:00:00 0000"
+author: dongjoon
+version: 2.1.2
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.1.2.
+
+{% assign releaseName = "2.1.2" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1866]({{site.jira}}/ORC-1866) Avoid zlib decompression infinite loop
+- [ORC-1879]({{site.jira}}/ORC-1879) [C++] Fix Heap Buffer Overflow in LZO 
Decompression
+- [ORC-1881]({{site.jira}}/ORC-1881) [C++] Populate dstBatch's scale and 
precision in DecimalConvertColumnReader
+
+The test changes:
+- [ORC-1871]({{site.jira}}/ORC-1871) [C++] Include iomanip at 
TestDictionaryEncoding and TestConvertColumnReader
+- [ORC-1872]({{site.jira}}/ORC-1872) Upgrade `extra-enforcer-rules` to 1.10.0
+- [ORC-1875]({{site.jira}}/ORC-1875) Support `ubuntu-24.04-arm` in GitHub 
Action CIs
+
+The build and dependency changes:
+- [ORC-1876]({{site.jira}}/ORC-1876) Upgrade to ORC Format 1.1

Reply via email to