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 ABC1B100B3 for ; Tue, 3 Sep 2013 13:46:52 +0000 (UTC) Received: (qmail 18628 invoked by uid 500); 3 Sep 2013 13:46:52 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 18533 invoked by uid 500); 3 Sep 2013 13:46:51 -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 18519 invoked by uid 99); 3 Sep 2013 13:46:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 13:46:50 +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; Tue, 03 Sep 2013 13:46:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 97CD92388A3D; Tue, 3 Sep 2013 13:46:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1519680 [3/3] - in /cassandra/site: publish/doc/cql3/CQL-1.2.html publish/doc/cql3/CQL-2.0.html publish/doc/cql3/CQL.html publish/download/index.html publish/index.html src/content/download/index.html src/settings.py Date: Tue, 03 Sep 2013 13:46:28 -0000 To: commits@cassandra.apache.org From: slebresne@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130903134628.97CD92388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cassandra/site/publish/download/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1519680&r1=1519679&r2=1519680&view=diff ============================================================================== --- cassandra/site/publish/download/index.html (original) +++ cassandra/site/publish/download/index.html Tue Sep 3 13:46:27 2013 @@ -49,8 +49,8 @@ Cassandra releases include the core server, the nodetool administration command-line interface, and a development shell (cqlsh and the old cassandra-cli).

- The latest stable release of Apache Cassandra is 1.2.9 - (released on 2013-08-30). If you're just + The latest stable release of Apache Cassandra is 2.0.0 + (released on 2013-09-03). If you're just starting out, download this one.

@@ -59,13 +59,13 @@ -

CQL Drivers

+

CQL

+

- Starting with version 0.8, Cassandra supports - CQL - (Cassandra Query Language), an SQL-alike alternative to - the traditional - RPC interface. - Drivers are available for a variety of languages and can - be downloaded from their respective - - Apache Extras hosted pages. -

- -

The next major version of the Cassandra Query Language, - CQL3, is scheduled - for release in Cassandra 1.2, but an evaluation version of CQL3 is optionally - available in Cassandra 1.1 (use cqlsh -3 to access it). + The current major version of the Cassandra Query Language is CQL version 3. + The CQL3 documentation for the current version of Cassandra (2.0) is available + here. The + documentation for CQL3 in Cassandra 1.2 is + here.

@@ -105,54 +96,38 @@ -

Development Cassandra Server Releases (not production ready)

-

- The latest development release is 2.0.0-rc2 (released on - 2013-08-20). -

- - - -

Previous and Archived Cassandra Server Releases

Previous stable branches of Cassandra continue to see periodic maintenance for some time after a new major release is made. The lastest release on the - 1.1 branch is 1.1.12 (released on - 2013-05-27). + 1.2 branch is 1.2.9 (released on + 2013-08-30).

- The lastest release on the 1.0 branch is - 1.0.12 (released on 2012-10-04). + The lastest release on the 1.1 branch is + 1.1.12 (released on 2013-05-27).

@@ -169,15 +144,23 @@ Development is done in the Apache Git repository. To check out a copy: Modified: cassandra/site/publish/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1519680&r1=1519679&r2=1519680&view=diff ============================================================================== --- cassandra/site/publish/index.html (original) +++ cassandra/site/publish/index.html Tue Sep 3 13:46:27 2013 @@ -76,8 +76,8 @@

Download

- The latest release is 1.2.9 - (Changes) + The latest release is 2.0.0 + (Changes)

Download options

Modified: cassandra/site/src/content/download/index.html URL: http://svn.apache.org/viewvc/cassandra/site/src/content/download/index.html?rev=1519680&r1=1519679&r2=1519680&view=diff ============================================================================== --- cassandra/site/src/content/download/index.html (original) +++ cassandra/site/src/content/download/index.html Tue Sep 3 13:46:27 2013 @@ -35,23 +35,14 @@
  • DataStax Community is available in Linux rpm, deb, and tar packages, a Windows MSI installer, and a Mac OS X binary. -

    CQL Drivers

    +

    CQL

    +

    - Starting with version 0.8, Cassandra supports - CQL - (Cassandra Query Language), an SQL-alike alternative to - the traditional - RPC interface. - Drivers are available for a variety of languages and can - be downloaded from their respective - - Apache Extras hosted pages. -

    - -

    The next major version of the Cassandra Query Language, - CQL3, is scheduled - for release in Cassandra 1.2, but an evaluation version of CQL3 is optionally - available in Cassandra 1.1 (use cqlsh -3 to access it). + The current major version of the Cassandra Query Language is CQL version 3. + The CQL3 documentation for the current version of Cassandra (2.0) is available + here. The + documentation for CQL3 in Cassandra 1.2 is + here.

    Modified: cassandra/site/src/settings.py URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1519680&r1=1519679&r2=1519680&view=diff ============================================================================== --- cassandra/site/src/settings.py (original) +++ cassandra/site/src/settings.py Tue Sep 3 13:46:27 2013 @@ -92,17 +92,17 @@ SITE_POST_PROCESSORS = { } class CassandraDef(object): - oldstable_version = '1.1.12' - oldstable_release_date = '2013-05-27' + oldstable_version = '1.2.9' + oldstable_release_date = '2013-08-30' oldstable_exists = True - veryoldstable_version = '1.0.12' - veryoldstable_release_date = '2012-10-04' + veryoldstable_version = '1.1.12' + veryoldstable_release_date = '2013-05-27' veryoldstable_exists = True - stable_version = '1.2.9' - stable_release_date = '2013-08-30' + stable_version = '2.0.0' + stable_release_date = '2013-09-03' devel_version = '2.0.0-rc2' devel_release_date = '2013-08-20' - devel_exists = True + devel_exists = False _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'