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 E9DC9CEB1 for ; Mon, 23 Sep 2013 07:15:38 +0000 (UTC) Received: (qmail 37723 invoked by uid 500); 23 Sep 2013 07:15:32 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37021 invoked by uid 500); 23 Sep 2013 07:15:24 -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 37005 invoked by uid 99); 23 Sep 2013 07:15:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 07:15:21 +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; Mon, 23 Sep 2013 07:15:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 24CB2238890B; Mon, 23 Sep 2013 07:15:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1525520 - in /cassandra/site: publish/doc/cql3/CQL-1.2.html publish/download/index.html src/settings.py Date: Mon, 23 Sep 2013 07:14:59 -0000 To: commits@cassandra.apache.org From: slebresne@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130923071500.24CB2238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: slebresne Date: Mon Sep 23 07:14:59 2013 New Revision: 1525520 URL: http://svn.apache.org/r1525520 Log: Update website for 1.2.10 release Modified: cassandra/site/publish/doc/cql3/CQL-1.2.html cassandra/site/publish/download/index.html cassandra/site/src/settings.py Modified: cassandra/site/publish/doc/cql3/CQL-1.2.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/cql3/CQL-1.2.html?rev=1525520&r1=1525519&r2=1525520&view=diff ============================================================================== --- cassandra/site/publish/doc/cql3/CQL-1.2.html (original) +++ cassandra/site/publish/doc/cql3/CQL-1.2.html Mon Sep 23 07:14:59 2013 @@ -207,7 +207,7 @@ APPLY BATCH; <relation> ::= <identifier> ('=' | '<' | '>' | '<=' | '>=') <term> | <identifier> IN '(' ( <term> ( ',' <term>)* )? ')' - | TOKEN '(' <identifier> ')' ('=' | '<' | '>' | '<=' | '>=') (<term> | TOKEN '(' <term> ')' ) + | TOKEN '(' <identifier> ( ',' <identifer>)* ')' ('=' | '<' | '>' | '<=' | '>=') <term> <order-by> ::= <ordering> ( ',' <odering> )* <ordering> ::= <identifer> ( ASC | DESC )? Modified: cassandra/site/publish/download/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1525520&r1=1525519&r2=1525520&view=diff ============================================================================== --- cassandra/site/publish/download/index.html (original) +++ cassandra/site/publish/download/index.html Mon Sep 23 07:14:59 2013 @@ -102,16 +102,16 @@

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.2 branch is 1.2.9 (released on - 2013-08-30). + 1.2 branch is 1.2.10 (released on + 2013-09-23).

@@ -154,10 +154,10 @@
  • - apache-cassandra-1.2.9-src.tar.gz - [PGP] - [MD5] - [SHA1] + apache-cassandra-1.2.10-src.tar.gz + [PGP] + [MD5] + [SHA1]
  • Modified: cassandra/site/src/settings.py URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1525520&r1=1525519&r2=1525520&view=diff ============================================================================== --- cassandra/site/src/settings.py (original) +++ cassandra/site/src/settings.py Mon Sep 23 07:14:59 2013 @@ -92,8 +92,8 @@ SITE_POST_PROCESSORS = { } class CassandraDef(object): - oldstable_version = '1.2.9' - oldstable_release_date = '2013-08-30' + oldstable_version = '1.2.10' + oldstable_release_date = '2013-09-23' oldstable_exists = True veryoldstable_version = '1.1.12' veryoldstable_release_date = '2013-05-27'