Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 811491889D for ; Mon, 8 Feb 2016 14:15:36 +0000 (UTC) Received: (qmail 47498 invoked by uid 500); 8 Feb 2016 14:15:22 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47459 invoked by uid 500); 8 Feb 2016 14:15:22 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 47448 invoked by uid 99); 8 Feb 2016 14:15:21 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2016 14:15:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8AA36180483 for ; Mon, 8 Feb 2016 14:15:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.371 X-Spam-Level: * X-Spam-Status: No, score=1.371 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.429] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id czG8BgTc8GAC for ; Mon, 8 Feb 2016 14:15:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id C21F12050D for ; Mon, 8 Feb 2016 14:15:19 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5EE4DE0361 for ; Mon, 8 Feb 2016 14:15:19 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4510A3A01D9 for ; Mon, 8 Feb 2016 14:15:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1729177 - in /cassandra/site: publish/download/index.html publish/index.html src/settings.py Date: Mon, 08 Feb 2016 14:15:19 -0000 To: commits@cassandra.apache.org From: jake@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160208141519.4510A3A01D9@svn01-us-west.apache.org> Author: jake Date: Mon Feb 8 14:15:18 2016 New Revision: 1729177 URL: http://svn.apache.org/viewvc?rev=1729177&view=rev Log: 2.2.5 and 2.1.13 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=1729177&r1=1729176&r2=1729177&view=diff ============================================================================== --- cassandra/site/publish/download/index.html (original) +++ cassandra/site/publish/download/index.html Mon Feb 8 14:15:18 2016 @@ -89,16 +89,16 @@

Apache Cassandra 2.2 is supported until November 2016. - The latest release is 2.2.4, - released on 2015-12-07. + The latest release is 2.2.5, + released on 2016-02-08.

Modified: cassandra/site/publish/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1729177&r1=1729176&r2=1729177&view=diff ============================================================================== --- cassandra/site/publish/index.html (original) +++ cassandra/site/publish/index.html Mon Feb 8 14:15:18 2016 @@ -84,7 +84,7 @@ 3.0.x release 3.0.2 (Changes)

- 2.2.x release 2.2.4 (Changes) + 2.2.x release 2.2.5 (Changes)

Modified: cassandra/site/src/settings.py URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1729177&r1=1729176&r2=1729177&view=diff ============================================================================== --- cassandra/site/src/settings.py (original) +++ cassandra/site/src/settings.py Mon Feb 8 14:15:18 2016 @@ -96,10 +96,10 @@ class CassandraDef(object): ticktock_version_date = '2016-01-18' stable_version = '3.0.2' stable_release_date = '2015-12-21' - oldstable_version = '2.2.4' - oldstable_release_date = '2015-12-07' - veryoldstable_version = '2.1.12' - veryoldstable_release_date = '2015-12-07' + oldstable_version = '2.2.5' + oldstable_release_date = '2016-02-08' + veryoldstable_version = '2.1.13' + veryoldstable_release_date = '2016-02-08' devel_version = '3.0.0-rc2' devel_release_date = '2015-10-19' devel_exists = False