You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/06/29 04:53:09 UTC

svn commit: r958806 - /cassandra/branches/cassandra-0.6/CHANGES.txt

Author: jbellis
Date: Tue Jun 29 02:53:09 2010
New Revision: 958806

URL: http://svn.apache.org/viewvc?rev=958806&view=rev
Log:
update CHANGES

Modified:
    cassandra/branches/cassandra-0.6/CHANGES.txt

Modified: cassandra/branches/cassandra-0.6/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/CHANGES.txt?rev=958806&r1=958805&r2=958806&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.6/CHANGES.txt Tue Jun 29 02:53:09 2010
@@ -1,3 +1,7 @@
+0.6.4
+ * avoid queuing multiple hint deliveries for the same endpoint
+   (CASSANDRA-1229)
+
 0.6.3
  * retry to make streaming connections up to 8 times. (CASSANDRA-1019)
  * reject describe_ring() calls on invalid keyspaces (CASSANDRA-1111)
@@ -31,8 +35,6 @@
  * remove opportunistic repairs, when two machines with overlapping replica
    responsibilities happen to finish major compactions of the same CF near
    the same time.  repairs are now fully manual (CASSANDRA-1190)
- * avoid queuing multiple hint deliveries for the same endpoint
-   (CASSANDRA-1229)
  * add ability to lower compaction priority (default is no change from 0.6.2)
    (CASSANDRA-1181)