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 2010/10/23 00:37:21 UTC

svn commit: r1026515 - in /cassandra/trunk: CHANGES.txt build.xml debian/changelog

Author: eevans
Date: Fri Oct 22 22:37:21 2010
New Revision: 1026515

URL: http://svn.apache.org/viewvc?rev=1026515&view=rev
Log:
update versioning in preparation for 0.7 rc1 release

Patch by eevans

Modified:
    cassandra/trunk/CHANGES.txt
    cassandra/trunk/build.xml
    cassandra/trunk/debian/changelog

Modified: cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=1026515&r1=1026514&r2=1026515&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Fri Oct 22 22:37:21 2010
@@ -1,4 +1,4 @@
-dev
+0.7.0-rc1
  * add strategy options to describe_keyspace output (CASSANDRA-1560)
  * log warning when using randomly generated token (CASSANDRA-1552)
  * re-organize JMX into .db, .net, .internal, .request (CASSANDRA-1217)

Modified: cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=1026515&r1=1026514&r2=1026515&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Fri Oct 22 22:37:21 2010
@@ -47,7 +47,7 @@
     <property name="test.unit.src" value="${test.dir}/unit"/>
     <property name="test.long.src" value="${test.dir}/long"/>
     <property name="dist.dir" value="${build.dir}/dist"/>
-    <property name="base.version" value="0.7.0-beta2"/>
+    <property name="base.version" value="0.7.0-rc1"/>
     <condition property="version" value="${base.version}">
       <isset property="release"/>
     </condition>

Modified: cassandra/trunk/debian/changelog
URL: http://svn.apache.org/viewvc/cassandra/trunk/debian/changelog?rev=1026515&r1=1026514&r2=1026515&view=diff
==============================================================================
--- cassandra/trunk/debian/changelog (original)
+++ cassandra/trunk/debian/changelog Fri Oct 22 22:37:21 2010
@@ -1,3 +1,9 @@
+cassandra (0.7.0~rc1) unstable; urgency=low
+
+  * New release candidate.
+
+ -- Eric Evans <ee...@apache.org>  Fri, 22 Oct 2010 17:35:18 -0500
+
 cassandra (0.7.0~beta2) unstable; urgency=low
 
   * New beta release.