You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/11/29 19:37:03 UTC

svn commit: r1208016 - in /cassandra/branches/cassandra-1.0.5: NEWS.txt build.xml debian/changelog

Author: slebresne
Date: Tue Nov 29 18:37:02 2011
New Revision: 1208016

URL: http://svn.apache.org/viewvc?rev=1208016&view=rev
Log:
prepare 1.0.5 release

Modified:
    cassandra/branches/cassandra-1.0.5/NEWS.txt
    cassandra/branches/cassandra-1.0.5/build.xml
    cassandra/branches/cassandra-1.0.5/debian/changelog

Modified: cassandra/branches/cassandra-1.0.5/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.5/NEWS.txt?rev=1208016&r1=1208015&r2=1208016&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.5/NEWS.txt (original)
+++ cassandra/branches/cassandra-1.0.5/NEWS.txt Tue Nov 29 18:37:02 2011
@@ -8,6 +8,15 @@ upgrade, just in case you need to roll b
 (Cassandra version X + 1 will always be able to read data files created
 by version X, but the inverse is not necessarily the case.)
 
+1.0.5
+=====
+
+Upgrading
+---------
+    - 1.0.5 comes to fix two important regression of 1.0.4. So all information
+      concerning 1.0.4 are valid for this release, but please avoids upgrading
+      to 1.0.4.
+
 
 1.0.4
 =====

Modified: cassandra/branches/cassandra-1.0.5/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.5/build.xml?rev=1208016&r1=1208015&r2=1208016&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.5/build.xml (original)
+++ cassandra/branches/cassandra-1.0.5/build.xml Tue Nov 29 18:37:02 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="1.0.4"/>
+    <property name="base.version" value="1.0.5"/>
     <property name="scm.default.path" value="cassandra/branches/cassandra-1.0.0"/>
     <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}"/>

Modified: cassandra/branches/cassandra-1.0.5/debian/changelog
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.5/debian/changelog?rev=1208016&r1=1208015&r2=1208016&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.5/debian/changelog (original)
+++ cassandra/branches/cassandra-1.0.5/debian/changelog Tue Nov 29 18:37:02 2011
@@ -1,3 +1,9 @@
+cassandra (1.0.5) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Tue, 29 Nov 2011 19:36:09 +0100
+
 cassandra (1.0.4) unstable; urgency=low
 
   * New release