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 944382d1c Add news for 2.0.5
944382d1c is described below
commit 944382d1c5dc2ad3501f13ee9c6e02e3992f7046
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 6 21:46:49 2025 -0700
Add news for 2.0.5
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2025-05-06-ORC-2.0.5.md | 24 ++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 8e8045d1b..3f58c7930 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -24,9 +24,17 @@
sha256: 1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
known-issues:
+2.0.5:
+ date: 2025-05-06
+ state: stable
+ tar: orc-2.0.5.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: 35dc3ad801f632f46028c45a31474f2cc03de63d1c8d8124870525b3aa95982a
+ known-issues:
+
2.0.4:
date: 2025-03-20
- state: stable
+ state: archived
tar: orc-2.0.4.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 9525a76fae64a6da2a29adba36474c2ef863d042a394b78a9873d591649b7f0a
diff --git a/site/_posts/2025-05-06-ORC-2.0.5.md
b/site/_posts/2025-05-06-ORC-2.0.5.md
new file mode 100644
index 000000000..f72249788
--- /dev/null
+++ b/site/_posts/2025-05-06-ORC-2.0.5.md
@@ -0,0 +1,24 @@
+---
+layout: news_item
+title: "ORC 2.0.5 Released"
+date: "2025-05-06 00:00:00 0000"
+author: dongjoon
+version: 2.0.5
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.0.5.
+
+{% assign releaseName = "2.0.5" %}
+{% 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-1745]({{site.jira}}/ORC-1745) Remove `Ubuntu 20.04` Support
+- [ORC-1822]({{site.jira}}/ORC-1822) [C++][CI] Use cpp-linter-action for
clang-tidy and clang-format
+- [ORC-1835]({{site.jira}}/ORC-1835) [C++] Fix cpp-linter-action to build first
+- [ORC-1871]({{site.jira}}/ORC-1871) [C++] Include iomanip at
TestDictionaryEncoding and TestConvertColumnReader