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 f77ea5320 Add news for 1.8.6
f77ea5320 is described below

commit f77ea5320bbac1aedff639db2dff7cb2722902f3
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri Nov 10 02:51:13 2023 -0800

    Add news for 1.8.6
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2023-11-10-ORC-1.8.6.md | 22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index fb476b0c6..6c465fd17 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -16,9 +16,17 @@
   sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
   known-issues:
 
+1.8.6:
+  date: 2023-11-10
+  state: stable
+  tar: orc-1.8.6.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 5675b18118df4dd7f86cc6ba859ed75b425ea1b7ddff805e1d671a17fd57d7f7
+  known-issues:
+
 1.8.5:
   date: 2023-09-05
-  state: stable
+  state: archived
   tar: orc-1.8.5.tar.gz
   signed-by: Gang Wu (578F619B)
   sha256: 3dfb227d9810a3b62e363707bf3313477d29d54fa302f58c6becfab557705e5d
diff --git a/site/_posts/2023-11-10-ORC-1.8.6.md 
b/site/_posts/2023-11-10-ORC-1.8.6.md
new file mode 100644
index 000000000..8cadf1cc8
--- /dev/null
+++ b/site/_posts/2023-11-10-ORC-1.8.6.md
@@ -0,0 +1,22 @@
+---
+layout: news_item
+title: "ORC 1.8.6 Released"
+date: "2023-11-10 00:00:00 0000"
+author: dongjoon
+version: 1.8.6
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.6.
+
+{% assign releaseName = "1.8.6" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1525]({{site.jira}}/ORC-1525) Fix bad read in RleDecoderV2::readByte
+
+The test changes:
+- [ORC-1432]({{site.jira}}/ORC-1432) Add MacOS 13 GitHub Action Job
+
+Documentations:
+- [ORC-1499]({{site.jira}}/ORC-1499) Add MacOS 13 and 14 to building.md

Reply via email to