diff --git a/CHANGES.txt b/CHANGES.txt index 3e787e51df..608fd4ddea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,15 +1,3 @@ -0.7.2-dev - * fix potential overflow in nodetool cfstats (CASSANDRA-2057) - * add JVM shutdownhook to sync commitlog (CASSANDRA-1919) - * allow nodes to be up without being part of normal traffic (CASSANDRA-1951) - * fix CLI "show keyspaces" with null options on NTS (CASSANDRA-2049) - * fix possible ByteBuffer race conditions (CASSANDRA-2066) - * reduce garbage generated by MessagingService to prevent load spikes - (CASSANDRA-2058) - * fix math in RandomPartitioner.describeOwnership (CASSANDRA-2071) - * fix deletion of sstable non-data components (CASSANDRA-2059) - - 0.7.1 * buffer network stack to avoid inefficient small TCP messages while avoiding the nagle/delayed ack problem (CASSANDRA-1896) @@ -51,6 +39,15 @@ * message serialization tests (CASSANDRA-1923) * switch from ivy to maven-ant-tasks (CASSANDRA-2017) * CLI attempts to block for new schema to propagate (CASSANDRA-2044) + * fix potential overflow in nodetool cfstats (CASSANDRA-2057) + * add JVM shutdownhook to sync commitlog (CASSANDRA-1919) + * allow nodes to be up without being part of normal traffic (CASSANDRA-1951) + * fix CLI "show keyspaces" with null options on NTS (CASSANDRA-2049) + * fix possible ByteBuffer race conditions (CASSANDRA-2066) + * reduce garbage generated by MessagingService to prevent load spikes + (CASSANDRA-2058) + * fix math in RandomPartitioner.describeOwnership (CASSANDRA-2071) + * fix deletion of sstable non-data components (CASSANDRA-2059) 0.7.0-final diff --git a/debian/changelog b/debian/changelog index 220bd15136..c03d1e72f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ cassandra (0.7.1) unstable; urgency=low * New stable point release. - -- Eric Evans Tue, 25 Jan 2011 15:52:47 -0600 + -- Eric Evans Fri, 28 Jan 2011 13:56:19 -0600 cassandra (0.7.0~rc4) unstable; urgency=low