You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/05/18 15:05:22 UTC

svn commit: r1680026 - in /cassandra/site: publish/download/index.html publish/index.html src/settings.py

Author: jake
Date: Mon May 18 13:05:22 2015
New Revision: 1680026

URL: http://svn.apache.org/r1680026
Log:
2.0.15 release

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/publish/index.html
    cassandra/site/src/settings.py

Modified: cassandra/site/publish/download/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1680026&r1=1680025&r2=1680026&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Mon May 18 13:05:22 2015
@@ -77,16 +77,16 @@
    </ul>
 
    <p>
-     The <b>most stable</b> release of Apache Cassandra is 2.0.14
-     (released on 2015-04-01).  <i>If you are in production or planning to be soon, download this one.</i>
+     The <b>most stable</b> release of Apache Cassandra is 2.0.15
+     (released on 2015-05-18).  <i>If you are in production or planning to be soon, download this one.</i>
    </p>
 
    <ul>
      <li>
-       <a class="filename" href="http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.14/apache-cassandra-2.0.14-bin.tar.gz">apache-cassandra-2.0.14-bin.tar.gz</a>
-       [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-bin.tar.gz.asc">PGP</a>]
-       [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-bin.tar.gz.md5">MD5</a>]
-       [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-bin.tar.gz.sha1">SHA1</a>]
+       <a class="filename" href="http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.15/apache-cassandra-2.0.15-bin.tar.gz">apache-cassandra-2.0.15-bin.tar.gz</a>
+       [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-bin.tar.gz.asc">PGP</a>]
+       [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-bin.tar.gz.md5">MD5</a>]
+       [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-bin.tar.gz.sha1">SHA1</a>]
      </li>
     <li>
     <a href="http://wiki.apache.org/cassandra/DebianPackaging">Debian installation instructions</a>
@@ -165,10 +165,10 @@
     </li>
   
     <li>
-    <a class="filename" href="http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.14/apache-cassandra-2.0.14-src.tar.gz">apache-cassandra-2.0.14-src.tar.gz</a>
-    [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-src.tar.gz.asc">PGP</a>]
-    [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-src.tar.gz.md5">MD5</a>]
-    [<a href="http://www.apache.org/dist/cassandra/2.0.14/apache-cassandra-2.0.14-src.tar.gz.sha1">SHA1</a>]
+    <a class="filename" href="http://www.apache.org/dyn/closer.cgi?path=/cassandra/2.0.15/apache-cassandra-2.0.15-src.tar.gz">apache-cassandra-2.0.15-src.tar.gz</a>
+    [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-src.tar.gz.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-src.tar.gz.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/cassandra/2.0.15/apache-cassandra-2.0.15-src.tar.gz.sha1">SHA1</a>]
     </li>
   
   

Modified: cassandra/site/publish/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1680026&r1=1680025&r2=1680026&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Mon May 18 13:05:22 2015
@@ -81,7 +81,7 @@
       Latest release <b>2.1.5</b> (<a href="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-2.1.5">Changes</a>)
     </p>
     <p>
-      Stable release <b>2.0.14</b> (<a href="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-2.0.14">Changes</a>)
+      Stable release <b>2.0.15</b> (<a href="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-2.0.15">Changes</a>)
     </p>
   
 

Modified: cassandra/site/src/settings.py
URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1680026&r1=1680025&r2=1680026&view=diff
==============================================================================
--- cassandra/site/src/settings.py (original)
+++ cassandra/site/src/settings.py Mon May 18 13:05:22 2015
@@ -95,8 +95,8 @@ class CassandraDef(object):
     stable_version = '2.1.5'
     stable_release_date = '2015-04-29'
     is_stable_prod_ready = False
-    oldstable_version = '2.0.14'
-    oldstable_release_date = '2015-04-01'
+    oldstable_version = '2.0.15'
+    oldstable_release_date = '2015-05-18'
     oldstable_exists = True
     veryoldstable_version = '1.2.19'
     veryoldstable_release_date = '2014-09-18'