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 2018/06/01 23:04:10 UTC

orc git commit: Add 1.5.1 release page.

Repository: orc
Updated Branches:
  refs/heads/master 187a618c3 -> 113173a2e


Add 1.5.1 release page.


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/113173a2
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/113173a2
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/113173a2

Branch: refs/heads/master
Commit: 113173a2ee4050a3a37288b20c0297e805b63564
Parents: 187a618
Author: Owen O'Malley <om...@apache.org>
Authored: Fri May 25 15:21:59 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Jun 1 16:02:29 2018 -0700

----------------------------------------------------------------------
 site/_data/releases.yml             | 13 +++++++++++--
 site/_includes/known_issues.md      |  2 +-
 site/_posts/2018-05-25-ORC-1.5.1.md | 15 +++++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/113173a2/site/_data/releases.yml
----------------------------------------------------------------------
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 594abd7..8745f08 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,13 +1,22 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
 
+1.5.1:
+  date: 2018-05-25
+  state: latest
+  tar: orc-1.5.1.tar.gz
+  signed-by: Owen O’Malley (3D0C92B9)
+  sha256: 14b93916ac6dce659845766edbeee2d9cdb9648a8761011bf713d36bb36f0eaa
+  known-issues:
+
 1.5.0:
   date: 2018-05-14
-  state: latest
+  state: archived
   tar: orc-1.5.0.tar.gz
   signed-by: Owen O’Malley (3D0C92B9)
   sha256: 28369ea8e24cac6d46c72f91a877b3a526017490aea936d0f689e45b6e8dd603
   known-issues:
+    ORC-367: Boolean columns are read incorrectly when using seek.
 
 1.4.4:
   date: 2018-05-14
@@ -58,7 +67,7 @@
 
 1.3.4:
   date: 2017-10-16
-  state: stable
+  state: archived
   tar: orc-1.3.4.tar.gz
   signed-by: Prasanth Jayachandran (65C468A3)
   sha256: 55269430aea7b825e9bd67a75d41c808dd649bda962c6a040ef9137ddfe993c0

http://git-wip-us.apache.org/repos/asf/orc/blob/113173a2/site/_includes/known_issues.md
----------------------------------------------------------------------
diff --git a/site/_includes/known_issues.md b/site/_includes/known_issues.md
index f1720fc..dcd61f0 100644
--- a/site/_includes/known_issues.md
+++ b/site/_includes/known_issues.md
@@ -7,7 +7,7 @@ Parameters:
 Known issues:
 
 {% for issue in site.data.releases[releaseName]["known-issues"] %}
-  {% if issue[0] | slice: 0, 4 == "CVE-" %}
+  {% if issue[0] contains 'CVE-' %}
 - [{{issue[0]}}](/security/{{issue[0]}}) {{issue[1]}}
   {% else %}
 - [{{issue[0]}}]({{site.jira}}/{{issue[0]}}) {{issue[1]}}

http://git-wip-us.apache.org/repos/asf/orc/blob/113173a2/site/_posts/2018-05-25-ORC-1.5.1.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-05-25-ORC-1.5.1.md b/site/_posts/2018-05-25-ORC-1.5.1.md
new file mode 100644
index 0000000..c6e984c
--- /dev/null
+++ b/site/_posts/2018-05-25-ORC-1.5.1.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.5.1 Released"
+date: "2018-05-25 14:00:00 -0700"
+author: omalley
+version: 1.5.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.5.1.
+
+{% assign releaseName = "1.5.1" %}
+{% include release_description.md %}
+{% include orc_1.5.md %}
+{% include known_issues.md %}