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/11/08 00:37:57 UTC

svn commit: r1199012 - /cassandra/trunk/CHANGES.txt

Author: jbellis
Date: Mon Nov  7 23:37:57 2011
New Revision: 1199012

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

Modified:
    cassandra/trunk/CHANGES.txt

Modified: cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=1199012&r1=1199011&r2=1199012&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Mon Nov  7 23:37:57 2011
@@ -2,16 +2,16 @@
  * add message expiration logic to OutboundTcpConnection (CASSANDRA-3005)
  * off-heap cache to use sun.misc.Unsafe instead of JNA (CASSANDRA-3271)
  * EACH_QUORUM is only supported for writes (CASSANDRA-3272)
- * replace compactionlock use in schema migration by checking CFS.isInvalidD
+ * replace compactionlock use in schema migration by checking CFS.isInvalid
  * recognize that "SELECT first ... *" isn't really "SELECT *" (CASSANDRA-3445)
- * fix invalidate-related test failures (CASSANDRA-3437)
- * add next-gen cqlsh to bin/
-Merged from 0.8:
- * Make counter shard merging thread safe (CASSANDRA-3178)
 
 
 1.0.3
  * (Hadoop) Fix empty row filtering (CASSANDRA-3450)
+ * fix invalidate-related test failures (CASSANDRA-3437)
+ * add next-gen cqlsh to bin/
+Merged from 0.8:
+ * Make counter shard merging thread safe (CASSANDRA-3178)
 
 
 1.0.2