You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/09/04 04:24:58 UTC

[orc] branch master updated: Add post for 1.6 release.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3128555  Add post for 1.6 release.
3128555 is described below

commit 31285551aa307487839714d0b0f782106d7fa3c9
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Tue Sep 3 21:24:26 2019 -0700

    Add post for 1.6 release.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_docs/releases.md              |  6 +++---
 site/_includes/orc_1.6.md           |  8 ++++++++
 site/_posts/2019-09-03-ORC-1.6.0.md | 15 +++++++++++++++
 4 files changed, 35 insertions(+), 4 deletions(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index db5bfab..e1f8ca9 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.6.0:
+  date: 2019-09-03
+  state: latest
+  tar: orc-1.6.0.tar.gz
+  signed-by: Owen O’Malley (3D0C92B9)
+  sha256: 2d864000c60025f54631e0dff1a943380e7578277688a4e333ad7d9ac7d29747
+  known-issues:
+
 1.5.6:
   date: 2019-06-27
-  state: latest
+  state: stable
   tar: orc-1.5.6.tar.gz
   signed-by: Owen O’Malley (3D0C92B9)
   sha256: e0588bfd96103bc1904166c63c84e769bf7259eee99f409629ad871ea5600e77
diff --git a/site/_docs/releases.md b/site/_docs/releases.md
index 9f40ca9..4f40413 100644
--- a/site/_docs/releases.md
+++ b/site/_docs/releases.md
@@ -12,12 +12,12 @@ permalink: /docs/releases.html
 
 ## Current Release - {{ releaseName }}:
 
-ORC {{ releaseName }} contains both the Java reader and writer and the C++
-reader for ORC files. It also contains tools for working with ORC
+ORC {{ releaseName }} contains both the Java and C++ reader and writer
+for ORC files. It also contains tools for working with ORC
 files and looking at their contents and metadata.
 
 {% include release_description.md %}
-{% include orc_1.5.md %}
+{% include orc_1.6.md %}
 {% include known_issues.md %}
 
 ## Checking signatures
diff --git a/site/_includes/orc_1.6.md b/site/_includes/orc_1.6.md
new file mode 100644
index 0000000..50d6498
--- /dev/null
+++ b/site/_includes/orc_1.6.md
@@ -0,0 +1,8 @@
+The new features of ORC 1.6:
+
+- [ORC-14]({{site.jira}}/ORC-14) Add column encryption.
+- [ORC-189]({{site.jira}}/ORC-189) Add timestamp with local timezone
+- [ORC-203]({{site.jira}}/ORC-203) Trim minimum and maximum string values
+- [ORC-363]({{site.jira}}/ORC-363) Add zstd support in Java
+- [ORC-397]({{site.jira}}/ORC-397) Support selectively disabling dictionaries
+- [ORC-522]({{site.jira}}/ORC-522) Add type annotations
diff --git a/site/_posts/2019-09-03-ORC-1.6.0.md b/site/_posts/2019-09-03-ORC-1.6.0.md
new file mode 100644
index 0000000..78218df
--- /dev/null
+++ b/site/_posts/2019-09-03-ORC-1.6.0.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.6.0 Released"
+date: "2019-09-09 17:00:00 -0700"
+author: omalley
+version: 1.6.0
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.6.0.
+
+{% assign releaseName = "1.6.0" %}
+{% include release_description.md %}
+{% include orc_1.6.md %}
+{% include known_issues.md %}