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 2011/06/24 16:23:48 UTC

svn commit: r1139323 - /cassandra/branches/cassandra-0.8/CHANGES.txt

Author: jbellis
Date: Fri Jun 24 14:23:47 2011
New Revision: 1139323

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

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

Modified: cassandra/branches/cassandra-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/CHANGES.txt?rev=1139323&r1=1139322&r2=1139323&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.8/CHANGES.txt Fri Jun 24 14:23:47 2011
@@ -2,6 +2,9 @@
  * improve thread-safety in StreamOutSession (CASSANDRA-2792)
  * allow deleting a row and updating indexed columns in it in the
    same mutation (CASSANDRA-2773)
+ * Expose number of threads blocked on submitting memtable to flush
+   (CASSANDRA-2817)
+ * add ability to return "endpoints" to nodetool (CASSANDRA-2776)
 
 
 0.8.1
@@ -76,9 +79,6 @@
  * fix repair hanging if a neighbor has nothing to send (CASSANDRA-2797)
  * purge tombstone even if row is in only one sstable (CASSANDRA-2801)
  * Fix wrong purge of deleted cf during compaction (CASSANDRA-2786)
- * Expose number of threads blocked on submitting memtable to flush
-   (CASSANDRA-2817)
- * add ability to return "endpoints" to nodetool (CASSANDRA-2776)
 
 
 0.8.0-final