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 2017/02/13 19:04:48 UTC

[1/2] orc git commit: Deploying site.

Repository: orc
Updated Branches:
  refs/heads/asf-site 61bdf0516 -> a21686028


Deploying site.

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/asf-site
Commit: e4cc880696b898191e3b0f041d06ffcbba895c63
Parents: 61bdf05
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Feb 3 10:10:58 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Feb 3 10:10:58 2017 -0800

----------------------------------------------------------------------
 docs/encodings.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/e4cc8806/docs/encodings.html
----------------------------------------------------------------------
diff --git a/docs/encodings.html b/docs/encodings.html
index ce83a5e..8dd9902 100644
--- a/docs/encodings.html
+++ b/docs/encodings.html
@@ -1376,7 +1376,7 @@ the precision to a maximum of 38 digits, which conveniently uses 127
 bits plus a sign bit. The current encoding of decimal columns stores
 the integer representation of the value as an unbounded length zigzag
 encoded base 128 varint. The scale is stored in the SECONDARY stream
-as an unsigned integer.</p>
+as an signed integer.</p>
 
 <table>
   <thead>


[2/2] orc git commit: Push site change for 1.3.2.

Posted by om...@apache.org.
Push site change for 1.3.2.

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/asf-site
Commit: a216860288b969d1fb1ac4a7721cbbc9f91bb332
Parents: e4cc880
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Feb 13 11:04:23 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Feb 13 11:04:23 2017 -0800

----------------------------------------------------------------------
 docs/releases.html                          |  35 ++-
 news/2015/04/22/orc-as-tlp/index.html       |  12 +-
 news/2015/05/11/new-committers/index.html   |  12 +-
 news/2015/06/26/new-logo/index.html         |  12 +-
 news/2015/11/19/aliaksei-on-pmc/index.html  |  12 +-
 news/2016/01/25/ORC-1.0.0/index.html        |  12 +-
 news/2016/06/10/ORC-1.1.0/index.html        |  12 +-
 news/2016/06/13/ORC-1.1.1/index.html        |  12 +-
 news/2016/06/28/file-format-talk/index.html |  12 +-
 news/2016/07/08/ORC-1.1.2/index.html        |  12 +-
 news/2016/08/25/ORC-1.2.0/index.html        |  12 +-
 news/2016/10/05/ORC-1.2.1/index.html        |  12 +-
 news/2016/12/01/ORC-1.2.2/index.html        |  12 +-
 news/2016/12/12/ORC-1.2.3/index.html        |  12 +-
 news/2016/12/15/new-committers/index.html   |  12 +-
 news/2017/01/04/gopal-on-pmc/index.html     |  12 +-
 news/2017/01/23/ORC-1.3.0/index.html        |  12 +-
 news/2017/02/03/ORC-1.3.1/index.html        |  18 +-
 news/2017/02/13/ORC-1.3.2/index.html        | 344 +++++++++++++++++++++++
 news/index.html                             |  73 ++++-
 news/releases/index.html                    |  73 ++++-
 21 files changed, 635 insertions(+), 100 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/docs/releases.html
----------------------------------------------------------------------
diff --git a/docs/releases.html b/docs/releases.html
index 54bab9f..c479048 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -1062,20 +1062,20 @@
         <article>
           <h1>Releases</h1>
           
-<h2 id="current-release---131">Current Release - 1.3.1:</h2>
+<h2 id="current-release---132">Current Release - 1.3.2:</h2>
 
-<p>ORC 1.3.1 contains both the Java reader and writer and the C++
+<p>ORC 1.3.2 contains both the Java reader and writer and the C++
 reader for ORC files. It also contains tools for working with ORC
 files and looking at their contents and metadata.</p>
 
 <ul>
-  <li>Released: 3 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
-  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
+  <li>Released: 13 February 2017</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.2/orc-1.3.2.tar.gz">orc-1.3.2.tar.gz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
-  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.1">rel/release-1.3.1</a></li>
-  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
-  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.1%22&amp;tempMax=500">ORC-1.3.1</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.2">rel/release-1.3.2</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.sha256">929b70f63e2caf3e\u2026</a></li>
+  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.2%22&amp;tempMax=500">ORC-1.3.2</a></li>
 </ul>
 
 <p>The new features of ORC 1.3:</p>
@@ -1090,12 +1090,7 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
 <p>Known issues:</p>
 
 <ul>
-  <li>
-    <p><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</p>
-  </li>
-  <li>
-    <p><a href="https://issues.apache.org/jira/browse/ORC-135">ORC-135</a> Predicate push down is incorrect on timestamps when moved between timezones</p>
-  </li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
 </ul>
 
 <h2 id="checking-signatures">Checking signatures</h2>
@@ -1123,9 +1118,19 @@ committers\u2019 <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">key
     
       
       <tr>
+        <td style="text-align: center">1.3.2</td>
+        <td style="text-align: center">2017-02-13</td>
+        <td style="text-align: center">latest</td>
+        <td style="text-align: center">
+          <a href="/news/2017/02/13/ORC-1.3.2/">
+          ORC-1.3.2</a></td>
+      </tr>
+    
+      
+      <tr>
         <td style="text-align: center">1.3.1</td>
         <td style="text-align: center">2017-02-03</td>
-        <td style="text-align: center">latest</td>
+        <td style="text-align: center">archived</td>
         <td style="text-align: center">
           <a href="/news/2017/02/03/ORC-1.3.1/">
           ORC-1.3.1</a></td>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2015/04/22/orc-as-tlp/index.html
----------------------------------------------------------------------
diff --git a/news/2015/04/22/orc-as-tlp/index.html b/news/2015/04/22/orc-as-tlp/index.html
index f163d4e..f8b7592 100644
--- a/news/2015/04/22/orc-as-tlp/index.html
+++ b/news/2015/04/22/orc-as-tlp/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -205,6 +207,10 @@ together with the Java implementation.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -220,10 +226,6 @@ together with the Java implementation.</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -233,6 +235,8 @@ together with the Java implementation.</p>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2015/05/11/new-committers/index.html
----------------------------------------------------------------------
diff --git a/news/2015/05/11/new-committers/index.html b/news/2015/05/11/new-committers/index.html
index 6d99836..13705d4 100644
--- a/news/2015/05/11/new-committers/index.html
+++ b/news/2015/05/11/new-committers/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -181,6 +183,10 @@ for their work on ORC. Welcome all!</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -196,10 +202,6 @@ for their work on ORC. Welcome all!</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -209,6 +211,8 @@ for their work on ORC. Welcome all!</p>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2015/06/26/new-logo/index.html
----------------------------------------------------------------------
diff --git a/news/2015/06/26/new-logo/index.html b/news/2015/06/26/new-logo/index.html
index 0e8998e..036c4fe 100644
--- a/news/2015/06/26/new-logo/index.html
+++ b/news/2015/06/26/new-logo/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -174,6 +176,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -189,10 +195,6 @@
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -202,6 +204,8 @@
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2015/11/19/aliaksei-on-pmc/index.html
----------------------------------------------------------------------
diff --git a/news/2015/11/19/aliaksei-on-pmc/index.html b/news/2015/11/19/aliaksei-on-pmc/index.html
index e5348ba..74e933f 100644
--- a/news/2015/11/19/aliaksei-on-pmc/index.html
+++ b/news/2015/11/19/aliaksei-on-pmc/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -177,6 +179,10 @@ more.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -192,10 +198,6 @@ more.</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -205,6 +207,8 @@ more.</p>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/01/25/ORC-1.0.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/01/25/ORC-1.0.0/index.html b/news/2016/01/25/ORC-1.0.0/index.html
index a025ebf..31fb43e 100644
--- a/news/2016/01/25/ORC-1.0.0/index.html
+++ b/news/2016/01/25/ORC-1.0.0/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -214,6 +216,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -229,10 +235,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -242,6 +244,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/06/10/ORC-1.1.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/10/ORC-1.1.0/index.html b/news/2016/06/10/ORC-1.1.0/index.html
index 5412cda..49aa575 100644
--- a/news/2016/06/10/ORC-1.1.0/index.html
+++ b/news/2016/06/10/ORC-1.1.0/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -210,6 +212,10 @@ timestamps from timezones with different daylight savings rules.</li>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -225,10 +231,6 @@ timestamps from timezones with different daylight savings rules.</li>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -238,6 +240,8 @@ timestamps from timezones with different daylight savings rules.</li>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/06/13/ORC-1.1.1/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/13/ORC-1.1.1/index.html b/news/2016/06/13/ORC-1.1.1/index.html
index 33d9e9b..6ed50e2 100644
--- a/news/2016/06/13/ORC-1.1.1/index.html
+++ b/news/2016/06/13/ORC-1.1.1/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -208,6 +210,10 @@ timestamps from timezones with different daylight savings rules.</li>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -223,10 +229,6 @@ timestamps from timezones with different daylight savings rules.</li>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -236,6 +238,8 @@ timestamps from timezones with different daylight savings rules.</li>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/06/28/file-format-talk/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/28/file-format-talk/index.html b/news/2016/06/28/file-format-talk/index.html
index abb684f..5991ab8 100644
--- a/news/2016/06/28/file-format-talk/index.html
+++ b/news/2016/06/28/file-format-talk/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -194,6 +196,10 @@ margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -209,10 +215,6 @@ margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -222,6 +224,8 @@ margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/07/08/ORC-1.1.2/index.html
----------------------------------------------------------------------
diff --git a/news/2016/07/08/ORC-1.1.2/index.html b/news/2016/07/08/ORC-1.1.2/index.html
index 4c292b3..c1da2e7 100644
--- a/news/2016/07/08/ORC-1.1.2/index.html
+++ b/news/2016/07/08/ORC-1.1.2/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -208,6 +210,10 @@ timestamps from timezones with different daylight savings rules.</li>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -223,10 +229,6 @@ timestamps from timezones with different daylight savings rules.</li>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -236,6 +238,8 @@ timestamps from timezones with different daylight savings rules.</li>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/08/25/ORC-1.2.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/08/25/ORC-1.2.0/index.html b/news/2016/08/25/ORC-1.2.0/index.html
index 9ffbbeb..86a0ead 100644
--- a/news/2016/08/25/ORC-1.2.0/index.html
+++ b/news/2016/08/25/ORC-1.2.0/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -211,6 +213,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -226,10 +232,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -239,6 +241,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/10/05/ORC-1.2.1/index.html
----------------------------------------------------------------------
diff --git a/news/2016/10/05/ORC-1.2.1/index.html b/news/2016/10/05/ORC-1.2.1/index.html
index 2cf0b76..7216eaa 100644
--- a/news/2016/10/05/ORC-1.2.1/index.html
+++ b/news/2016/10/05/ORC-1.2.1/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -208,6 +210,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -223,10 +229,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="current">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -236,6 +238,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/12/01/ORC-1.2.2/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/01/ORC-1.2.2/index.html b/news/2016/12/01/ORC-1.2.2/index.html
index de23447..c6b5f52 100644
--- a/news/2016/12/01/ORC-1.2.2/index.html
+++ b/news/2016/12/01/ORC-1.2.2/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -208,6 +210,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -223,10 +229,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -236,6 +238,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/12/12/ORC-1.2.3/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/12/ORC-1.2.3/index.html b/news/2016/12/12/ORC-1.2.3/index.html
index c2a06d8..bd3abfd 100644
--- a/news/2016/12/12/ORC-1.2.3/index.html
+++ b/news/2016/12/12/ORC-1.2.3/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -209,6 +211,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -224,10 +230,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -237,6 +239,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2016/12/15/new-committers/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/15/new-committers/index.html b/news/2016/12/15/new-committers/index.html
index 7453cf1..925b2b8 100644
--- a/news/2016/12/15/new-committers/index.html
+++ b/news/2016/12/15/new-committers/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -197,6 +199,10 @@ committers coming from Hive are:</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -212,10 +218,6 @@ committers coming from Hive are:</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -225,6 +227,8 @@ committers coming from Hive are:</p>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2017/01/04/gopal-on-pmc/index.html
----------------------------------------------------------------------
diff --git a/news/2017/01/04/gopal-on-pmc/index.html b/news/2017/01/04/gopal-on-pmc/index.html
index dee8f3e..b9bf7a7 100644
--- a/news/2017/01/04/gopal-on-pmc/index.html
+++ b/news/2017/01/04/gopal-on-pmc/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -176,6 +178,10 @@ Gopal has done an amazing job at speeding up ORC in many ways.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -191,10 +197,6 @@ Gopal has done an amazing job at speeding up ORC in many ways.</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -204,6 +206,8 @@ Gopal has done an amazing job at speeding up ORC in many ways.</p>
         
         
         
+        
+        
         <li class="current">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2017/01/23/ORC-1.3.0/index.html
----------------------------------------------------------------------
diff --git a/news/2017/01/23/ORC-1.3.0/index.html b/news/2017/01/23/ORC-1.3.0/index.html
index 512b53c..a604f17 100644
--- a/news/2017/01/23/ORC-1.3.0/index.html
+++ b/news/2017/01/23/ORC-1.3.0/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -201,6 +203,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -216,10 +222,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -229,6 +231,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2017/02/03/ORC-1.3.1/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/03/ORC-1.3.1/index.html b/news/2017/02/03/ORC-1.3.1/index.html
index 8d74b74..72ee463 100644
--- a/news/2017/02/03/ORC-1.3.1/index.html
+++ b/news/2017/02/03/ORC-1.3.1/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -153,11 +155,11 @@
 
 <ul>
   <li>Released: 3 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
-  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.1">rel/release-1.3.1</a></li>
-  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.1%22&amp;tempMax=500">ORC-1.3.1</a></li>
 </ul>
 
@@ -200,6 +202,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <h4>Recent Releases</h4>
     <ul>
       
+      <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
       <li class="current">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
@@ -216,10 +222,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -229,6 +231,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/2017/02/13/ORC-1.3.2/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/13/ORC-1.3.2/index.html b/news/2017/02/13/ORC-1.3.2/index.html
new file mode 100644
index 0000000..86bdf77
--- /dev/null
+++ b/news/2017/02/13/ORC-1.3.2/index.html
@@ -0,0 +1,344 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>ORC 1.3.2 Released</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache ORC</span>
+          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog\u2026</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
+      <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
+      
+      <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
+      
+      <option value="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</option>
+      
+      <option value="/news/2016/12/15/new-committers/">ORC adds new committers</option>
+      
+      <option value="/news/2016/12/12/ORC-1.2.3/">ORC 1.2.3 Released</option>
+      
+      <option value="/news/2016/12/01/ORC-1.2.2/">ORC 1.2.2 Released</option>
+      
+      <option value="/news/2016/10/05/ORC-1.2.1/">ORC 1.2.1 Released</option>
+      
+      <option value="/news/2016/08/25/ORC-1.2.0/">ORC 1.2.0 Released</option>
+      
+      <option value="/news/2016/07/08/ORC-1.1.2/">ORC 1.1.2 Released</option>
+      
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
+      <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
+      
+      <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
+      
+      <option value="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</option>
+      
+      <option value="/news/2015/06/26/new-logo/">ORC adopts new logo</option>
+      
+      <option value="/news/2015/05/11/new-committers/">ORC adds 7 committers</option>
+      
+      <option value="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    ORC 1.3.2 Released
+    <a href="/news/2017/02/13/ORC-1.3.2/" class="permalink" title="Permalink">\u221e</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Feb 2017
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley/omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.3.2.</p>
+
+<ul>
+  <li>Released: 13 February 2017</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.2/orc-1.3.2.tar.gz">orc-1.3.2.tar.gz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.2">rel/release-1.3.2</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.sha256">929b70f63e2caf3e\u2026</a></li>
+  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.2%22&amp;tempMax=500">ORC-1.3.2</a></li>
+</ul>
+
+<p>The new features of ORC 1.3:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-58">ORC-58</a> Split C++ Reader into Reader and RowReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-120">ORC-120</a> Add backwards compatibility mode for schema evolution.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-124">ORC-124</a> Fast decimal improvements</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-128">ORC-128</a> Add ability to get statistics from writer</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">ORC Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="current">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2017/01/23/ORC-1.3.0/">Version 1.3.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/12/12/ORC-1.2.3/">Version 1.2.3</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/12/15/new-committers/">ORC adds new committers</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/06/26/new-logo/">ORC adopts new logo</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/05/11/new-committers/">ORC adds 7 committers</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</a>
+        </li>
+        
+        
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <p>The contents of this website are &copy;&nbsp;2017
+     <a href="https://www.apache.org/">Apache Software Foundation</a>
+     under the terms of the <a
+      href="https://www.apache.org/licenses/LICENSE-2.0.html">
+      Apache&nbsp;License&nbsp;v2</a>. Apache ORC and its logo are trademarks
+      of the Apache Software Foundation.</p>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index 30fce89..9a2d6ef 100644
--- a/news/index.html
+++ b/news/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -130,6 +132,61 @@
         
   <article>
   <h2>
+    <a href="/news/2017/02/13/ORC-1.3.2/">
+      ORC 1.3.2 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Feb 2017
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley//omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.3.2.</p>
+
+<ul>
+  <li>Released: 13 February 2017</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.2/orc-1.3.2.tar.gz">orc-1.3.2.tar.gz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.2">rel/release-1.3.2</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.sha256">929b70f63e2caf3e\u2026</a></li>
+  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.2%22&amp;tempMax=500">ORC-1.3.2</a></li>
+</ul>
+
+<p>The new features of ORC 1.3:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-58">ORC-58</a> Split C++ Reader into Reader and RowReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-120">ORC-120</a> Add backwards compatibility mode for schema evolution.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-124">ORC-124</a> Fast decimal improvements</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-128">ORC-128</a> Add ability to get statistics from writer</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2017/02/03/ORC-1.3.1/">
       ORC 1.3.1 Released
     </a>
@@ -155,11 +212,11 @@
 
 <ul>
   <li>Released: 3 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
-  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.1">rel/release-1.3.1</a></li>
-  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.1%22&amp;tempMax=500">ORC-1.3.1</a></li>
 </ul>
 
@@ -1139,6 +1196,10 @@ of the website.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -1154,10 +1215,6 @@ of the website.</p>
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -1167,6 +1224,8 @@ of the website.</p>
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>

http://git-wip-us.apache.org/repos/asf/orc/blob/a2168602/news/releases/index.html
----------------------------------------------------------------------
diff --git a/news/releases/index.html b/news/releases/index.html
index 52bebda..8d7e566 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -87,6 +87,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
       <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
       
       <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
@@ -130,6 +132,61 @@
         
   <article>
   <h2>
+    <a href="/news/2017/02/13/ORC-1.3.2/">
+      ORC 1.3.2 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Feb 2017
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley//omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.3.2.</p>
+
+<ul>
+  <li>Released: 13 February 2017</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.2/orc-1.3.2.tar.gz">orc-1.3.2.tar.gz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.2">rel/release-1.3.2</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.2/orc-1.3.2.tar.gz.sha256">929b70f63e2caf3e\u2026</a></li>
+  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.2%22&amp;tempMax=500">ORC-1.3.2</a></li>
+</ul>
+
+<p>The new features of ORC 1.3:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-58">ORC-58</a> Split C++ Reader into Reader and RowReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-120">ORC-120</a> Add backwards compatibility mode for schema evolution.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-124">ORC-124</a> Fast decimal improvements</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-128">ORC-128</a> Add ability to get statistics from writer</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2017/02/03/ORC-1.3.1/">
       ORC 1.3.1 Released
     </a>
@@ -155,11 +212,11 @@
 
 <ul>
   <li>Released: 3 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
-  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz">orc-1.3.1.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.1">rel/release-1.3.1</a></li>
-  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.3.1/orc-1.3.1.tar.gz.sha256">d16c55f20f9fe217\u2026</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.3.1%22&amp;tempMax=500">ORC-1.3.1</a></li>
 </ul>
 
@@ -813,6 +870,10 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
     <ul>
       
       <li class="">
+        <a href="/news/2017/02/13/ORC-1.3.2/">Version 1.3.2</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2017/02/03/ORC-1.3.1/">Version 1.3.1</a>
       </li>
       
@@ -828,10 +889,6 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         <a href="/news/2016/12/01/ORC-1.2.2/">Version 1.2.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/10/05/ORC-1.2.1/">Version 1.2.1</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -841,6 +898,8 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
         
         
         
+        
+        
         <li class="">
           <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
         </li>