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/08/16 21:36:00 UTC

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

Author: jbellis
Date: Mon Aug 16 19:35:59 2010
New Revision: 986107

URL: http://svn.apache.org/viewvc?rev=986107&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=986107&r1=986106&r2=986107&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Mon Aug 16 19:35:59 2010
@@ -4,12 +4,11 @@ dev
  * restore use of mmap_index_only option (CASSANDRA-1241)
  * dropping a keyspace with no column families generated an error 
    (CASSANDRA-1378)
- * optimize [Time|Lexical]UUIDType comparison further (CASSANDRA-1368)
  * rename RackAwareStrategy to OldNetworkTopologyStrategy, RackUnawareStrategy 
    to SimpleStrategy, DatacenterShardStrategy to NetworkTopologyStrategy,
    AbstractRackAwareSnitch to AbstractNetworkTopologySnitch (CASSANDRA-1392)
  * merge StorageProxy.mutate, mutateBlocking (CASSANDRA-1396)
- * faster UUIDType, LongType comparisons (CASSANDRA-1368, 1393)
+ * faster UUIDType, LongType comparisons (CASSANDRA-1386, 1393)
 
 
 0.7-beta1