You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pr...@apache.org on 2017/10/17 03:42:00 UTC

orc git commit: Update site for 1.3.4 and 1.4.1 releases

Repository: orc
Updated Branches:
  refs/heads/master 976ab0d3a -> 5f7597da8


Update site for 1.3.4 and 1.4.1 releases


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

Branch: refs/heads/master
Commit: 5f7597da8e7b6f5a3026d505e1e5cb685f8cfd61
Parents: 976ab0d
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Mon Oct 16 20:18:24 2017 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Mon Oct 16 20:41:44 2017 -0700

----------------------------------------------------------------------
 site/_data/releases.yml             | 22 ++++++++++++++++++++--
 site/_posts/2017-10-16-ORC-1.3.4.md | 15 +++++++++++++++
 site/_posts/2017-10-16-ORC-1.4.1.md | 15 +++++++++++++++
 site/develop/make-release.md        |  9 ++++++---
 4 files changed, 56 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/5f7597da/site/_data/releases.yml
----------------------------------------------------------------------
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 46c8043..2e4a12f 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,18 +1,36 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
 
+1.4.1:
+  date: 2017-10-17
+  state: latest
+  tar: orc-1.4.1.tar.gz
+  signed-by: Prasanth Jayachandran (65C468A3)
+  sha256: bf9f107c61ecd6a9f08f439ad6a3870fbabbfeb1b68d9430b1258e5df03a5bb2
+  known-issues:
+    ORC-40: Predicate push down is not implemented in C++.
+
 1.4.0:
   date: 2017-05-08
-  state: latest
+  state: stable
   tar: orc-1.4.0.tar.gz
   signed-by: Owen O’Malley (3D0C92B9)
   sha256: 0f96b2096dd053b6e7559472c7eff8061f8e4459f914adf6c81c3d1eb83d3b0f
   known-issues:
     ORC-40: Predicate push down is not implemented in C++.
 
+1.3.4:
+  date: 2017-10-17
+  state: stable
+  tar: orc-1.3.4.tar.gz
+  signed-by: Prasanth Jayachandran (65C468A3)
+  sha256: 55269430aea7b825e9bd67a75d41c808dd649bda962c6a040ef9137ddfe993c0
+  known-issues:
+    ORC-40: Predicate push down is not implemented in C++.
+
 1.3.3:
   date: 2017-02-21
-  state: stable
+  state: archived
   tar: orc-1.3.3.tar.gz
   signed-by: Owen O’Malley (3D0C92B9)
   sha256: 48cf9f47ab13f4baeb1770d8f773ae69712ce1c3a1010b2515dfcc22c5b6acf9

http://git-wip-us.apache.org/repos/asf/orc/blob/5f7597da/site/_posts/2017-10-16-ORC-1.3.4.md
----------------------------------------------------------------------
diff --git a/site/_posts/2017-10-16-ORC-1.3.4.md b/site/_posts/2017-10-16-ORC-1.3.4.md
new file mode 100644
index 0000000..7a2ff67
--- /dev/null
+++ b/site/_posts/2017-10-16-ORC-1.3.4.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.3.4 Released"
+date: "2017-10-16 12:00:00 -0800"
+author: prasanthj
+version: 1.3.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.3.4.
+
+{% assign releaseName = "1.3.4" %}
+{% include release_description.md %}
+{% include orc_1.3.md %}
+{% include known_issues.md %}

http://git-wip-us.apache.org/repos/asf/orc/blob/5f7597da/site/_posts/2017-10-16-ORC-1.4.1.md
----------------------------------------------------------------------
diff --git a/site/_posts/2017-10-16-ORC-1.4.1.md b/site/_posts/2017-10-16-ORC-1.4.1.md
new file mode 100644
index 0000000..fd98c85
--- /dev/null
+++ b/site/_posts/2017-10-16-ORC-1.4.1.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.4.1 Released"
+date: "2017-10-16 12:00:00 -0800"
+author: prasanthj
+version: 1.4.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.4.1.
+
+{% assign releaseName = "1.4.1" %}
+{% include release_description.md %}
+{% include orc_1.4.md %}
+{% include known_issues.md %}

http://git-wip-us.apache.org/repos/asf/orc/blob/5f7597da/site/develop/make-release.md
----------------------------------------------------------------------
diff --git a/site/develop/make-release.md b/site/develop/make-release.md
index 50c480f..6f7354b 100644
--- a/site/develop/make-release.md
+++ b/site/develop/make-release.md
@@ -16,7 +16,8 @@ Set version so that it isn't a SNAPSHOT.
 Commit the changes back to Apache along with a tag for the release candidate.
 
 ~~~
-% git commit -s -S -c 'Preparing for release X.Y.Z'
+% git commit -s -S -am 'Preparing for release X.Y.Z'
+% git remote add apache https://git-wip-us.apache.org/repos/asf/orc.git
 % git push apache branch-X.Y
 % git tag release-X.Y.Zrc0
 % git push apache release-X.Y.Zrc0
@@ -44,6 +45,8 @@ sftp> put orc-X.Y.Zrc0*
 sftp> quit
 ~~~
 
+Make sure your GPG exists in https://dist.apache.org/repos/dist/release/orc/KEYS for others to verify signature in RC
+
 Send email with the vote:
 
 ~~~
@@ -71,7 +74,7 @@ Update the final tag and remove the rc tag.
 % git push apache :release-X.Y.Zrc0
 ~~~
 
-Publish the artifacts to Maven central staging.
+Publish the artifacts to Maven central staging. Make sure to have this [setup](http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env) for Apache releases
 
 ~~~
 % cd java
@@ -105,7 +108,7 @@ Update the release branch with the version for the next release.
 edit CMakeLists.txt to change version to X.Y.(Z+1)-SNAPSHOT
 % cd build
 % cmake ..
-% git commit -a -s -S -C 'Preparing branch for post X.Y.Z development'
+% git commit -a -s -S -am 'Preparing branch for post X.Y.Z development'
 % git push apache branch-X.Y
 ~~~