This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git

commit fd8f8889fc0c1354709baa8096cba3e24ffa93bb
Author: Gang Wu <[email protected]>
AuthorDate: Sun May 7 14:43:36 2023 +0800

    Add news for 1.7.9
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2023-05-07-ORC-1.7.9.md | 21 +++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 3d00e38f2..a640b9790 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -32,9 +32,17 @@
   sha256: 859d78bfded98405c32ccb2847b565a57bcc53f473a74087c1f750aeb5932e62
   known-issues:
 
+1.7.9:
+  date: 2023-05-07
+  state: stable
+  tar: orc-1.7.9.tar.gz
+  signed-by: Gang Wu (578F619B)
+  sha256: fa0a6ed34c1c9673fa84175e1af5a4d41898c34f0cbaa3eebcec92be11ec7692
+  known-issues:
+
 1.7.8:
   date: 2023-01-21
-  state: stable
+  state: archived
   tar: orc-1.7.8.tar.gz
   signed-by: William Hyun (DECDFA29)
   sha256: 4e92db5380d6596e86b280cbc25df712c38b0c77cbc9d77df4b6b2a791280d64
diff --git a/site/_posts/2023-05-07-ORC-1.7.9.md 
b/site/_posts/2023-05-07-ORC-1.7.9.md
new file mode 100644
index 000000000..843eb8c5f
--- /dev/null
+++ b/site/_posts/2023-05-07-ORC-1.7.9.md
@@ -0,0 +1,21 @@
+---
+layout: news_item
+title: "ORC 1.7.9 Released"
+date: "2023-05-07 00:00:00 0000"
+author: gangwu
+version: 1.7.9
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.7.9.
+
+{% assign releaseName = "1.7.9" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1382]({{site.jira}}/ORC-1382) Fix secondary config names `org.sarg.*` 
to `orc.sarg.*`
+- [ORC-1395]({{site.jira}}/ORC-1395) Enforce license check
+- [ORC-1407]({{site.jira}}/ORC-1407) Upgrade cyclonedx-maven-plugin to 2.7.6
+
+The test changes:
+- [ORC-1374]({{site.jira}}/ORC-1374) Update Spark to 3.3.2

Reply via email to