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 64a115faf Add news for 2.1.1
64a115faf is described below

commit 64a115fafb94dd2d93f36b7d37684a72be57f15e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 6 07:08:27 2025 -0800

    Add news for 2.1.1
---
 site/_data/releases.yml             | 10 ++++++++-
 site/_posts/2025-03-06-ORC-2.1.1.md | 42 +++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 1d92ddc33..73cb875b0 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.1:
+  date: 2025-03-06
+  state: latest
+  tar: orc-2.1.1.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 15af8baeee322bab0298559a14a09cf8c14cf2008e35d8a78d3cc8a4c98d1e59
+  known-issues:
+
 2.1.0:
   date: 2025-01-09
-  state: latest
+  state: archived
   tar: orc-2.1.0.tar.gz
   signed-by: William Hyun (DECDFA29)
   sha256: 1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
diff --git a/site/_posts/2025-03-06-ORC-2.1.1.md 
b/site/_posts/2025-03-06-ORC-2.1.1.md
new file mode 100644
index 000000000..60cd0652f
--- /dev/null
+++ b/site/_posts/2025-03-06-ORC-2.1.1.md
@@ -0,0 +1,42 @@
+---
+layout: news_item
+title: "ORC 2.1.1 Released"
+date: "2025-03-06 00:00:00 0000"
+author: dongjoon
+version: 2.1.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.1.1.
+
+{% assign releaseName = "2.1.1" %}
+{% include release_description.md %}
+
+The improvements (tools):
+- [ORC-1848]({{site.jira}}/ORC-1848) PrintData tool add parameter description
+
+The bug fixes:
+- [ORC-1833]({{site.jira}}/ORC-1833) [C++] Fix CMake script to be used inside 
another project
+- [ORC-1834]({{site.jira}}/ORC-1834) [C++] Fix undefined behavior
+- [ORC-1846]({{site.jira}}/ORC-1846) [C++] Fix imported libraries in the Conan 
build
+
+The test changes:
+- [ORC-1835]({{site.jira}}/ORC-1835) [C++] Fix cpp-linter-action to build first
+- [ORC-1853]({{site.jira}}/ORC-1853) Rename class TesScanData to TestScanData
+- [ORC-1854]({{site.jira}}/ORC-1854) Remove ubuntu20 from os-list.txt
+- [ORC-1855]({{site.jira}}/ORC-1855) Add Amazon Linux 2023 and Corretto to 
docker tests and CI
+
+The build and dependency changes:
+- [ORC-1836]({{site.jira}}/ORC-1836) Upgrade zstd-jni to 1.5.6-9
+- [ORC-1837]({{site.jira}}/ORC-1837) Remove commons-csv from parent pom.xml
+- [ORC-1843]({{site.jira}}/ORC-1843) Upgrade bcpkix-jdk18on to 1.80
+- [ORC-1847]({{site.jira}}/ORC-1847) Upgrade Hive to 4.0.1 in bench module
+- [ORC-1849]({{site.jira}}/ORC-1849) Upgrade byte-buddy to 1.17.0
+- [ORC-1850]({{site.jira}}/ORC-1850) Upgrade maven-surefire-plugin to 3.5.2
+- [ORC-1851]({{site.jira}}/ORC-1851) Upgrade zstd-jni to 1.5.6-10
+- [ORC-1852]({{site.jira}}/ORC-1852) Add --enable-native-access=ALL-UNNAMED to 
suppress Maven warnings
+- [ORC-1856]({{site.jira}}/ORC-1856) Bump spotbugs-maven-plugin to 4.9.1.0
+- [ORC-1859]({{site.jira}}/ORC-1859) Upgrade junit to 5.12.0
+
+The tasks:
+- [ORC-1840]({{site.jira}}/ORC-1840) Add Matomo script to support 
https://analytics.apache.org

Reply via email to