From f5de8ad6e875705b7a7881ac1a27d4a3ecebbf96 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Fri, 28 Jan 2011 19:55:25 +0000 Subject: [PATCH] revist versioning for re-roll of 0.7.1 artifacts git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1064845 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 21 +++++++++------------ debian/changelog | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) 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