Author: jake
Date: Wed Apr 13 20:32:02 2016
New Revision: 1739007
URL: http://svn.apache.org/viewvc?rev=1739007&view=rev
Log:
3.5 rel
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=1739007&r1=1739006&r2=1739007&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Wed Apr 13 20:32:02 2016
@@ -49,34 +49,16 @@
<p>
Cassandra is moving to a monthly release process called Tick-Tock.
<b>Even-numbered</b> releases (e.g. 3.2) contain new features;
<b>odd-numbered</b> releases (e.g. 3.3) contain bug fixes only. If a critical
bug is found, a patch will be released against the most recent bug fix release.
<a
href="http://www.planetcassandra.org/blog/cassandra-2-2-3-0-and-beyond/">Read
more about tick-tock here</a>.
<p>
- The latest tick-tock release is 3.4, released on
- 2016-03-08.
+ The latest tick-tock release is 3.5, released on
+ 2016-04-13.
</p>
<ul>
<li>
- <a class="filename"
href="http://www.apache.org/dyn/closer.lua/cassandra/3.4/apache-cassandra-3.4-bin.tar.gz">apache-cassandra-3.4-bin.tar.gz</a>
- [<a
href="http://www.apache.org/dist/cassandra/3.4/apache-cassandra-3.4-bin.tar.gz.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/cassandra/3.4/apache-cassandra-3.4-bin.tar.gz.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/cassandra/3.4/apache-cassandra-3.4-bin.tar.gz.sha1">SHA1</a>]
- </li>
- <li>
- <a href="http://wiki.apache.org/cassandra/DebianPackaging">Debian
installation instructions</a>
- </li>
- </ul>
-
-
- <p>
- The previous tick-tock bugfix release is 3.3, released on
- 2016-02-09.
- </p>
-
- <ul>
- <li>
- <a class="filename"
href="http://www.apache.org/dyn/closer.lua/cassandra/3.3/apache-cassandra-3.3-bin.tar.gz">apache-cassandra-3.3-bin.tar.gz</a>
- [<a
href="http://www.apache.org/dist/cassandra/3.3/apache-cassandra-3.3-bin.tar.gz.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/cassandra/3.3/apache-cassandra-3.3-bin.tar.gz.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/cassandra/3.3/apache-cassandra-3.3-bin.tar.gz.sha1">SHA1</a>]
+ <a class="filename"
href="http://www.apache.org/dyn/closer.lua/cassandra/3.5/apache-cassandra-3.5-bin.tar.gz">apache-cassandra-3.5-bin.tar.gz</a>
+ [<a
href="http://www.apache.org/dist/cassandra/3.5/apache-cassandra-3.5-bin.tar.gz.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/cassandra/3.5/apache-cassandra-3.5-bin.tar.gz.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/cassandra/3.5/apache-cassandra-3.5-bin.tar.gz.sha1">SHA1</a>]
</li>
<li>
<a href="http://wiki.apache.org/cassandra/DebianPackaging">Debian
installation instructions</a>
Modified: cassandra/site/publish/index.html
URL:
http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1739007&r1=1739006&r2=1739007&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Wed Apr 13 20:32:02 2016
@@ -77,7 +77,7 @@
<div class="inner rc">
<br/>
<p>
- <a
href="http://www.planetcassandra.org/blog/cassandra-2-2-3-0-and-beyond/">Tick-Tock</a>
release <b>3.4</b> (<a
href="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.4">Changes</a>)
+ <a
href="http://www.planetcassandra.org/blog/cassandra-2-2-3-0-and-beyond/">Tick-Tock</a>
release <b>3.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-3.5">Changes</a>)
</p>
<p>
Modified: cassandra/site/src/settings.py
URL:
http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1739007&r1=1739006&r2=1739007&view=diff
==============================================================================
--- cassandra/site/src/settings.py (original)
+++ cassandra/site/src/settings.py Wed Apr 13 20:32:02 2016
@@ -92,9 +92,9 @@ SITE_POST_PROCESSORS = {
}
class CassandraDef(object):
- ticktock_both_exist = True
- ticktock_version = '3.4'
- ticktock_version_date = '2016-03-08'
+ ticktock_both_exist = False
+ ticktock_version = '3.5'
+ ticktock_version_date = '2016-04-13'
ticktock_odd_version = '3.3'
ticktock_odd_version_date = '2016-02-09'
stable_version = '3.0.5'