Repository: arrow-site
Updated Branches:
  refs/heads/asf-site 1efd7b471 -> 9ea653e85 (forced update)


add release 0.1.0


Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/9ea653e8
Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/9ea653e8
Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/9ea653e8

Branch: refs/heads/asf-site
Commit: 9ea653e851b0ac3a534965fd0b06168bd88e8a38
Parents: 56f6e2c
Author: Julien Le Dem <jul...@dremio.com>
Authored: Wed Oct 12 20:10:04 2016 -0700
Committer: Julien Le Dem <jul...@dremio.com>
Committed: Wed Oct 12 20:13:26 2016 -0700

----------------------------------------------------------------------
 index.html | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/9ea653e8/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 5bcd563..7917cc3 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,7 @@
      </div> <!-- close "row" div -->
         
       <div class="row marketing">
-        <div class="col-lg-6">
+        <div class="col-lg-4">
           <h4>Developer Mailing List</h4>
             <ul>
             <li><a 
href="mailto:dev-subscr...@arrow.apache.org";>Subscribe</a></li>
@@ -77,13 +77,20 @@
             <li><a 
href="http://mail-archives.apache.org/mod_mbox/arrow-dev/";>Archive</a></li>
             </ul>
           </div>
-        <div class="col-lg-6">
+        <div class="col-lg-4">
           <h4>Developer Resources</h4>
-            <p>Arrow is still under development. As such, no end user releases 
are currently available. These resources are only for developers working on the 
Arrow project.</p>
+            <p>Arrow is still early in development. </p>
             <p>Source Code (<a 
href="https://git-wip-us.apache.org/repos/asf?p=arrow.git";>http</a>) (<a 
href="git://git.apache.org/arrow.git">git</a>)</p>
             <p><a href="https://issues.apache.org/jira/browse/ARROW";>Issue 
Tracker (JIRA)</a></p>
             <p><a href="https://apachearrowslackin.herokuapp.com";>Chat Room 
(Slack)</a></p>
         </div>
+        <div class="col-lg-4">
+          <h4>Latest release</h4>
+            <p>The first release of Apache Arrow is out. Apache Arrow 0.1.0 is 
an early release and the APIs are still evolving. The metadata and physical 
data representation should be fairly stable as we have spent time finalizing 
the details. </p>
+            <p><a 
href="https://dist.apache.org/repos/dist/release/arrow/";>source release</a></p>
+            <p><a 
href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.1.0";>tag 
apache-arrow-0.1.0</a></p>
+            <p><a 
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.1.0%22";>java
 artifacts on maven central</a></p>
+        </div>
     </div>
 <h2>Performance Advantage of Columnar In-Memory</h2>
     <img src="img/simd.png" alt="SIMD" style="width:100%" />

Reply via email to