Author: slebresne
Date: Sun Dec 11 00:24:58 2011
New Revision: 1212944

URL: http://svn.apache.org/viewvc?rev=1212944&view=rev
Log:
Update news and version for 1.0.6 release

Modified:
    cassandra/branches/cassandra-1.0/.rat-excludes
    cassandra/branches/cassandra-1.0/NEWS.txt
    cassandra/branches/cassandra-1.0/build.xml
    cassandra/branches/cassandra-1.0/debian/changelog

Modified: cassandra/branches/cassandra-1.0/.rat-excludes
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/.rat-excludes?rev=1212944&r1=1212943&r2=1212944&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/.rat-excludes (original)
+++ cassandra/branches/cassandra-1.0/.rat-excludes Sun Dec 11 00:24:58 2011
@@ -29,3 +29,4 @@ drivers/txpy/txcql/cassandra/*
 drivers/py/cql/cassandra/*
 doc/cql/CQL*
 build.properties.default
+test/data/legacy-sstables/**

Modified: cassandra/branches/cassandra-1.0/NEWS.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/NEWS.txt?rev=1212944&r1=1212943&r2=1212944&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/NEWS.txt (original)
+++ cassandra/branches/cassandra-1.0/NEWS.txt Sun Dec 11 00:24:58 2011
@@ -8,6 +8,20 @@ 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.6
+=====
+
+Upgrading
+---------
+    - This release fixes an issue related to the chunk_length_kb option for
+      compressed sstables. If you use compression on some column families, it
+      is recommended after the upgrade to check the value for this option on
+      these column families (the default value is 64). In case the option would
+      not be set correctly, you should update the column family definition,
+      setting the right value and then run scrub on the column family.
+    - Please report to instruction for 1.0.5 if coming from an older version.
+
+
 1.0.5
 =====
 

Modified: cassandra/branches/cassandra-1.0/build.xml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/build.xml?rev=1212944&r1=1212943&r2=1212944&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/build.xml (original)
+++ cassandra/branches/cassandra-1.0/build.xml Sun Dec 11 00:24:58 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.5"/>
+    <property name="base.version" value="1.0.6"/>
     <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/debian/changelog
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/debian/changelog?rev=1212944&r1=1212943&r2=1212944&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/debian/changelog (original)
+++ cassandra/branches/cassandra-1.0/debian/changelog Sun Dec 11 00:24:58 2011
@@ -1,3 +1,9 @@
+cassandra (1.0.6) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <slebre...@apache.org>  Sat, 10 Dec 2011 18:21:50 -0600
+
 cassandra (1.0.5) unstable; urgency=low
 
   * New release


Reply via email to