You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/05/11 02:12:35 UTC

svn commit: r1101688 - in /cassandra/branches/cassandra-0.8: CHANGES.txt build.xml debian/changelog

Author: eevans
Date: Wed May 11 00:12:35 2011
New Revision: 1101688

URL: http://svn.apache.org/viewvc?rev=1101688&view=rev
Log:
update versioning for 0.8.0 rc1 release

Modified:
    cassandra/branches/cassandra-0.8/CHANGES.txt
    cassandra/branches/cassandra-0.8/build.xml
    cassandra/branches/cassandra-0.8/debian/changelog

Modified: cassandra/branches/cassandra-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/CHANGES.txt?rev=1101688&r1=1101687&r2=1101688&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.8/CHANGES.txt Wed May 11 00:12:35 2011
@@ -1,4 +1,4 @@
-0.8.0-?
+0.8.0-rc1
  * faster flushes and compaction from fixing excessively pessimistic 
    rebuffering in BRAF (CASSANDRA-2581)
  * fix returning null column values in the python cql driver (CASSANDRA-2593)

Modified: cassandra/branches/cassandra-0.8/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/build.xml?rev=1101688&r1=1101687&r2=1101688&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/build.xml (original)
+++ cassandra/branches/cassandra-0.8/build.xml Wed May 11 00:12:35 2011
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information (we need the default SCM info as people may checkout with git-svn) -->
-    <property name="base.version" value="0.8.0-beta2"/>
+    <property name="base.version" value="0.8.0-rc1"/>
     <property name="scm.default.path" value="cassandra/branches/cassandra-0.7"/>
     <property name="scm.default.connection" value="scm:svn:http://svn.apache.org/repos/asf/${scm.default.path}"/>
     <property name="scm.default.developerConnection" value="scm:svn:https://svn.apache.org/repos/asf/${scm.default.path}"/>
@@ -64,7 +64,7 @@
     <property name="test.long.src" value="${test.dir}/long"/>
     <property name="test.distributed.src" value="${test.dir}/distributed"/>
     <property name="dist.dir" value="${build.dir}/dist"/>
-    <property name="cql.driver.version" value="1.0.1" />
+    <property name="cql.driver.version" value="1.0.2" />
     <condition property="version" value="${base.version}">
       <isset property="release"/>
     </condition>

Modified: cassandra/branches/cassandra-0.8/debian/changelog
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/debian/changelog?rev=1101688&r1=1101687&r2=1101688&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/debian/changelog (original)
+++ cassandra/branches/cassandra-0.8/debian/changelog Wed May 11 00:12:35 2011
@@ -1,3 +1,9 @@
+cassandra (0.8.0~rc1) unstable; urgency=low
+
+  * Release candidate
+
+ -- Eric Evans <ee...@apache.org>  Tue, 10 May 2011 19:09:27 -0500
+
 cassandra (0.8.0~beta2) unstable; urgency=low
 
   * New beta release.