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 2ff9001dd Add news for 1.7.8
2ff9001dd is described below
commit 2ff9001ddef082eaa30e21cbb034f266e0721664
Author: William Hyun <[email protected]>
AuthorDate: Sat Jan 21 17:59:43 2023 -0800
Add news for 1.7.8
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2023-01-21-ORC-1.7.8.md | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index a4719aefd..0f372b0b3 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -24,9 +24,17 @@
sha256: 859d78bfded98405c32ccb2847b565a57bcc53f473a74087c1f750aeb5932e62
known-issues:
+1.7.8:
+ date: 2023-01-21
+ state: stable
+ tar: orc-1.7.8.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: 4e92db5380d6596e86b280cbc25df712c38b0c77cbc9d77df4b6b2a791280d64
+ known-issues:
+
1.7.7:
date: 2022-11-17
- state: stable
+ state: archived
tar: orc-1.7.7.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 52cbcd892c0bf07c3cb7e49f3c027d93deeb28ae6e2df5c698b80194612cf490
diff --git a/site/_posts/2023-01-21-ORC-1.7.8.md
b/site/_posts/2023-01-21-ORC-1.7.8.md
new file mode 100644
index 000000000..4901df1f1
--- /dev/null
+++ b/site/_posts/2023-01-21-ORC-1.7.8.md
@@ -0,0 +1,25 @@
+---
+layout: news_item
+title: "ORC 1.7.8 Released"
+date: "2023-01-21 03:00:00 -0800"
+author: william
+version: 1.7.8
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.7.8.
+
+{% assign releaseName = "1.7.8" %}
+{% include release_description.md %}
+
+The improvements:
+- [ORC-1342]({{site.jira}}/ORC-1342) Publish SBOM artifacts
+- [ORC-1344]({{site.jira}}/ORC-1344) Skip SBOM generation during CMake
+- [ORC-1345]({{site.jira}}/ORC-1345) Use `makeBom` and skip snapshot check in
GitHub Action `publish_snapshot` job
+
+The bug fixes:
+- [ORC-1332]({{site.jira}}/ORC-1332) Avoid `NegativeArraySizeException` when
using `searchArgument`
+- [ORC-1343]({{site.jira}}/ORC-1343) Ignore `orc.create.index`
+
+The test changes:
+- [ORC-1323]({{site.jira}}/ORC-1323) Make `docker/reinit.sh` support target OS
arguments
\ No newline at end of file