You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/01/28 20:55:25 UTC

svn commit: r1064845 - in /cassandra/branches/cassandra-0.7: CHANGES.txt debian/changelog

Author: eevans
Date: Fri Jan 28 19:55:25 2011
New Revision: 1064845

URL: http://svn.apache.org/viewvc?rev=1064845&view=rev
Log:
revist versioning for re-roll of 0.7.1 artifacts

Modified:
    cassandra/branches/cassandra-0.7/CHANGES.txt
    cassandra/branches/cassandra-0.7/debian/changelog

Modified: cassandra/branches/cassandra-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/CHANGES.txt?rev=1064845&r1=1064844&r2=1064845&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.7/CHANGES.txt Fri Jan 28 19:55:25 2011
@@ -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

Modified: cassandra/branches/cassandra-0.7/debian/changelog
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/debian/changelog?rev=1064845&r1=1064844&r2=1064845&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/debian/changelog (original)
+++ cassandra/branches/cassandra-0.7/debian/changelog Fri Jan 28 19:55:25 2011
@@ -2,7 +2,7 @@ cassandra (0.7.1) unstable; urgency=low
 
   * New stable point release.
 
- -- Eric Evans <ee...@apache.org>  Tue, 25 Jan 2011 15:52:47 -0600
+ -- Eric Evans <ee...@apache.org>  Fri, 28 Jan 2011 13:56:19 -0600
 
 cassandra (0.7.0~rc4) unstable; urgency=low