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 19:26:48 UTC

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

Author: jbellis
Date: Tue Nov  8 18:26:47 2011
New Revision: 1199377

URL: http://svn.apache.org/viewvc?rev=1199377&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=1199377&r1=1199376&r2=1199377&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Tue Nov  8 18:26:47 2011
@@ -2,7 +2,8 @@
  * 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.isInvalid
+ * replace compactionlock use in schema migration by checking CFS.isValid
+   (CASSANDRA-3116)
  * recognize that "SELECT first ... *" isn't really "SELECT *" (CASSANDRA-3445)