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 d344272ca Add news for 1.9.1
d344272ca is described below
commit d344272caa4c737755370bced5c626f8736d6a14
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 16 01:55:10 2023 -0700
Add news for 1.9.1
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2023-08-16-ORC-1.9.1.md | 23 +++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 2a3d98c4f..1cc041f0d 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
+1.9.1:
+ date: 2023-08-16
+ state: latest
+ tar: orc-1.9.1.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: 804492c6562516f9501994e10bf9864f3828d659381b9200f0de8be37d001626
+ known-issues:
+
1.9.0:
date: 2023-06-28
- state: latest
+ state: archived
tar: orc-1.9.0.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
diff --git a/site/_posts/2023-08-16-ORC-1.9.1.md
b/site/_posts/2023-08-16-ORC-1.9.1.md
new file mode 100644
index 000000000..8788e070c
--- /dev/null
+++ b/site/_posts/2023-08-16-ORC-1.9.1.md
@@ -0,0 +1,23 @@
+---
+layout: news_item
+title: "ORC 1.9.1 Released"
+date: "2023-08-16 01:00:00 -0800"
+author: dongjoon
+version: 1.9.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.9.1.
+
+{% assign releaseName = "1.9.1" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1455]({{site.jira}}/ORC-1455) Fix build failure on non-x86 with unused
macro in CpuInfoUtil.cc
+- [ORC-1457]({{site.jira}}/ORC-1457) Fix ambiguous overload of
Type::createRowBatch
+- [ORC-1462]({{site.jira}}/ORC-1462) Bump aircompressor to 0.25 to fix
JDK-8081450
+
+The test changes:
+- [ORC-1432]({{site.jira}}/ORC-1432) Add MacOS 13 GitHub Action Job
+- [ORC-1464]({{site.jira}}/ORC-1464) Bump avro to 1.11.2
+- [ORC-1465]({{site.jira}}/ORC-1465) Bump snappy-java to 1.1.10.3