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 EB5CB9A0C for ; Thu, 16 Feb 2012 17:25:49 +0000 (UTC) Received: (qmail 92365 invoked by uid 500); 16 Feb 2012 17:25:49 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 92297 invoked by uid 500); 16 Feb 2012 17:25:49 -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 Delivered-To: moderator for commits@cassandra.apache.org Received: (qmail 99520 invoked by uid 99); 15 Feb 2012 21:36:41 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,SUBJ_OBFU_PUNCT_FEW X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of 3TSU8TyIMAAgki00ivlzi-ljixqA.ixikpm-m51zi0.wzokwlm0xw1.kwu@codesite.bounces.google.com designates 209.85.210.76 as permitted sender) MIME-Version: 1.0 X-Generated-By: Google Code Message-ID: Date: Wed, 15 Feb 2012 21:36:13 +0000 Subject: [cassandra-dbapi2] push by pcannon@gmail.com - release 1.0.9 on 2012-02-15 21:35 GMT From: cassandra-dbapi2.apache-extras.org@codespot.com To: commits@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes X-Virus-Checked: Checked by ClamAV on apache.org Revision: 2e2255dddecb Author: paul cannon Date: Wed Feb 15 13:32:38 2012 Log: release 1.0.9 http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=2e2255dddecb Modified: /CHANGES.txt /setup.py ======================================= --- /CHANGES.txt Tue Jan 24 13:30:07 2012 +++ /CHANGES.txt Wed Feb 15 13:32:38 2012 @@ -1,3 +1,9 @@ +1.0.9 - 2012/02/15 + * allow for user-definable behavior on decode errors + * support for prepared statements + * add marshalling capability + * Add CQL version support (and thrift files recompile for thrift 7) + 1.0.8 - 2012/01/24 * Fix handling of comment-like markers inside CQL string literals (since comments must be stripped out to achieve proper recognition ======================================= --- /setup.py Tue Jan 24 13:30:07 2012 +++ /setup.py Wed Feb 15 13:32:38 2012 @@ -20,7 +20,7 @@ setup( name="cql", - version="1.0.8", + version="1.0.9", description="Cassandra Query Language driver", long_description=open(abspath(join(dirname(__file__), 'README'))).read(), maintainer='Cassandra DBAPI-2 Driver Team',