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 6221610B46 for ; Fri, 12 Jul 2013 11:11:11 +0000 (UTC) Received: (qmail 85763 invoked by uid 500); 12 Jul 2013 11:11:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 85676 invoked by uid 500); 12 Jul 2013 11:11:09 -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 85668 invoked by uid 99); 12 Jul 2013 11:11:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 11:11:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 11:11:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3F23D2388906; Fri, 12 Jul 2013 11:10:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1502512 - in /cassandra/site: publish/download/index.html src/settings.py Date: Fri, 12 Jul 2013 11:10:44 -0000 To: commits@cassandra.apache.org From: slebresne@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130712111044.3F23D2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: slebresne Date: Fri Jul 12 11:10:43 2013 New Revision: 1502512 URL: http://svn.apache.org/r1502512 Log: Update website for 2.0.0-beta1 release Modified: cassandra/site/publish/download/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=1502512&r1=1502511&r2=1502512&view=diff ============================================================================== --- cassandra/site/publish/download/index.html (original) +++ cassandra/site/publish/download/index.html Fri Jul 12 11:10:43 2013 @@ -105,6 +105,22 @@ +

Development Cassandra Server Releases (not production ready)

+

+ The latest development release is 2.0.0-beta1 (released on + 2013-07-12). +

+ + + +

Previous and Archived Cassandra Server Releases

@@ -178,6 +194,13 @@ +
  • + apache-cassandra-2.0.0-beta1-src.tar.gz + [PGP] + [MD5] + [SHA1] +
  • + Development is done in the Apache Git repository. To check out a copy: Modified: cassandra/site/src/settings.py URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1502512&r1=1502511&r2=1502512&view=diff ============================================================================== --- cassandra/site/src/settings.py (original) +++ cassandra/site/src/settings.py Fri Jul 12 11:10:43 2013 @@ -100,9 +100,9 @@ class CassandraDef(object): veryoldstable_exists = True stable_version = '1.2.6' stable_release_date = '2013-06-26' - devel_version = '1.2.0-rc2' - devel_release_date = '2012-12-21' - devel_exists = False + devel_version = '2.0.0-beta1' + devel_release_date = '2013-07-12' + devel_exists = True _apache_base_url = 'http://www.apache.org' _svn_base_url = 'https://svn.apache.org/repos/asf' _git_url = 'http://git-wip-us.apache.org/repos/asf?p=cassandra.git'