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/10/05 21:14:13 UTC

svn commit: r1179390 - /cassandra/branches/cassandra-1.0.0/CHANGES.txt

Author: jbellis
Date: Wed Oct  5 19:14:13 2011
New Revision: 1179390

URL: http://svn.apache.org/viewvc?rev=1179390&view=rev
Log:
update CHANGES to show which were merged from 0.8

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

Modified: cassandra/branches/cassandra-1.0.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/CHANGES.txt?rev=1179390&r1=1179389&r2=1179390&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.0/CHANGES.txt (original)
+++ cassandra/branches/cassandra-1.0.0/CHANGES.txt Wed Oct  5 19:14:13 2011
@@ -1,22 +1,23 @@
 1.0.0-final
- * Fix tool .bat files when CASSANDRA_HOME contains spaces (CASSANDRA-3258)
- * Force flush of status table when removing/updating token (CASSANDRA-3243)
  * fix bug preventing obsolete commitlog segments from being removed
    (CASSANDRA-3269)
- * Evict gossip state immediately when a token is taken over by a new IP (CASSANDRA-3259)
  * tolerate whitespace in seed CDL (CASSANDRA-3263)
+ * Change default heap thresholds to max(min(1/2 ram, 1G), min(1/4 ram, 8GB))
+   (CASSANDRA-3295)
+ * Fix broken CompressedRandomAccessReaderTest (CASSANDRA-3298)
+ * (CQL) fix type information returned for wildcard queries (CASSANDRA-3311)
+(Merged from 0.8)
+ * Fix tool .bat files when CASSANDRA_HOME contains spaces (CASSANDRA-3258)
+ * Force flush of status table when removing/updating token (CASSANDRA-3243)
+ * Evict gossip state immediately when a token is taken over by a new IP (CASSANDRA-3259)
  * Fix bug where the failure detector can take too long to mark a host
    down (CASSANDRA-3273)
  * (Hadoop) allow wrapping ranges in queries (CASSANDRA-3137)
  * (Hadoop) check all interfaces for a match with split location
    before falling back to random replica (CASSANDRA-3211)
  * Fix stress COUNTER_GET option (CASSANDRA-3301)
- * Change default heap thresholds to max(min(1/2 ram, 1G), min(1/4 ram, 8GB))
-   (CASSANDRA-3295)
  * Fix missing fields in CLI `show schema` output (CASSANDRA-3304)
- * Fix broken CompressedRandomAccessReaderTest (CASSANDRA-3298)
  * Nodetool no longer leaks threads and closes JMX connections (CASSANDRA-3309)
- * (CQL) fix type information returned for wildcard queries (CASSANDRA-3311)
  * fix truncate allowing data to be replayed post-restart (CASSANDRA-3297)