This is an automated email from the ASF dual-hosted git repository.
william 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 a583c6a72 Add news for 2.0.7
a583c6a72 is described below
commit a583c6a72acde868c9706d560a24da2e66965257
Author: William Hyun <[email protected]>
AuthorDate: Thu Jan 8 22:47:05 2026 +0900
Add news for 2.0.7
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2026-01-08-ORC-2.0.7.md | 29 +++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 63fbe1762..59b54a71a 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -48,9 +48,17 @@
sha256: 1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
known-issues:
+2.0.7:
+ date: 2026-01-08
+ state: stable
+ tar: orc-2.0.7.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: fc331c4f46b5d65cb0724211c032c7a9b130b9bc36bd68ba358ecdc5b5c27386
+ known-issues:
+
2.0.6:
date: 2025-07-07
- state: stable
+ state: archived
tar: orc-2.0.6.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 81167d31d7ec51de3b2acbbdbecbfbff50d7e321aadd9d537f4931cc0c07e045
diff --git a/site/_posts/2026-01-08-ORC-2.0.7.md
b/site/_posts/2026-01-08-ORC-2.0.7.md
new file mode 100644
index 000000000..b55074371
--- /dev/null
+++ b/site/_posts/2026-01-08-ORC-2.0.7.md
@@ -0,0 +1,29 @@
+---
+layout: news_item
+title: "ORC 2.0.7 Released"
+date: "2026-01-08 01:00:00 -0800"
+author: william
+version: 2.0.7
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.0.7.
+
+{% assign releaseName = "2.0.7" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1825]({{site.jira}}/ORC-1825): Bump Snappy to 1.2.1
+- [ORC-1827]({{site.jira}}/ORC-1827): Bump ZLIB to 1.3.1
+- [ORC-1828]({{site.jira}}/ORC-1828): Bump LZ4 to 1.10.0
+- [ORC-1892]({{site.jira}}/ORC-1892): Upgrade snappy to 1.2.2
+- [ORC-1893]({{site.jira}}/ORC-1893): Upgrade zstd to 1.5.7
+- [ORC-1973]({{site.jira}}/ORC-1973): Use int64_t instead of
google::protobuf::int64 for Protobuf v22+
+- [ORC-1974]({{site.jira}}/ORC-1974): Use google::protobuf::TextFormat instead
of DebugString for Protobuf v30+
+- [ORC-2010]({{site.jira}}/ORC-2010): Use IANA Identifier America/Los_Angeles
instead of US/Pacific in Java
+
+The test changes:
+- [ORC-1996]({{site.jira}}/ORC-1996): Remove MacOS 13 from GitHub Action CI
and docs
+
+Tasks:
+- [ORC-1896]({{site.jira}}/ORC-1896): Add CMAKE_POLICY_VERSION_MINIMUM=3.12 to
ThirdpartyToolchain.cmake
\ No newline at end of file