You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@codespot.com on 2012/02/15 22:36:13 UTC

[cassandra-dbapi2] push by pcannon@gmail.com - release 1.0.9 on 2012-02-15 21:35 GMT

Revision: 2e2255dddecb
Author:   paul cannon <pa...@datastax.com>
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',