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/09/01 19:00:16 UTC

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

Author: jake
Date: Tue Sep  1 17:00:16 2015
New Revision: 1700617

URL: http://svn.apache.org/r1700617
Log:
2.2.1

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=1700617&r1=1700616&r2=1700617&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Tue Sep  1 17:00:16 2015
@@ -55,21 +55,21 @@
    <b>There are currently two active releases available:</b>
    <br/>
    <p>
-      The latest release of Apache Cassandra is 2.2.0
-      (released on 2015-07-20).  <i>If you're just
+      The latest release of Apache Cassandra is 2.2.1
+      (released on 2015-09-01).  <i>If you're just
       starting out and not yet in production, download this one.</i>
     </p>
   
    <ul>
      <li>
        <a class="filename" 
-	  href="http://www.apache.org/dyn/closer.lua/cassandra/2.2.0/apache-cassandra-2.2.0-bin.tar.gz"
+	  href="http://www.apache.org/dyn/closer.lua/cassandra/2.2.1/apache-cassandra-2.2.1-bin.tar.gz"
 	  onclick="javascript: pageTracker._trackPageview('/clicks/binary_download');">
-	 apache-cassandra-2.2.0-bin.tar.gz
+	 apache-cassandra-2.2.1-bin.tar.gz
        </a>
-       [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-bin.tar.gz.asc">PGP</a>]
-       [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-bin.tar.gz.md5">MD5</a>]
-       [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-bin.tar.gz.sha1">SHA1</a>]
+       [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-bin.tar.gz.asc">PGP</a>]
+       [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-bin.tar.gz.md5">MD5</a>]
+       [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-bin.tar.gz.sha1">SHA1</a>]
      </li>
      <li>
        <a href="http://wiki.apache.org/cassandra/DebianPackaging">Debian installation instructions</a>
@@ -171,13 +171,13 @@
   <ul>
     <li>
     <a class="filename" 
-       href="http://www.apache.org/dyn/closer.lua/cassandra/2.2.0/apache-cassandra-2.2.0-src.tar.gz"
+       href="http://www.apache.org/dyn/closer.lua/cassandra/2.2.1/apache-cassandra-2.2.1-src.tar.gz"
        onclick="javascript: pageTracker._trackPageview('/clicks/source_download');">
-      apache-cassandra-2.2.0-src.tar.gz
+      apache-cassandra-2.2.1-src.tar.gz
     </a>
-    [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-src.tar.gz.asc">PGP</a>]
-    [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-src.tar.gz.md5">MD5</a>]
-    [<a href="http://www.apache.org/dist/cassandra/2.2.0/apache-cassandra-2.2.0-src.tar.gz.sha1">SHA1</a>]
+    [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-src.tar.gz.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-src.tar.gz.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/cassandra/2.2.1/apache-cassandra-2.2.1-src.tar.gz.sha1">SHA1</a>]
     </li>
   
     <li>

Modified: cassandra/site/publish/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1700617&r1=1700616&r2=1700617&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Tue Sep  1 17:00:16 2015
@@ -78,7 +78,7 @@
     
   
     <p>
-      Latest release <b>2.2.0</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.2.0">Changes</a>)
+      Latest release <b>2.2.1</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.2.1">Changes</a>)
     </p>
     <p>
       Stable release <b>2.1.9</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.9">Changes</a>)

Modified: cassandra/site/src/settings.py
URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1700617&r1=1700616&r2=1700617&view=diff
==============================================================================
--- cassandra/site/src/settings.py (original)
+++ cassandra/site/src/settings.py Tue Sep  1 17:00:16 2015
@@ -92,8 +92,8 @@ SITE_POST_PROCESSORS = {
 }
 
 class CassandraDef(object):
-    stable_version = '2.2.0'
-    stable_release_date = '2015-07-20'
+    stable_version = '2.2.1'
+    stable_release_date = '2015-09-01'
     is_stable_prod_ready = False
     oldstable_version = '2.1.9'
     oldstable_release_date = '2015-08-28'