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/02/10 19:13:07 UTC

svn commit: r1069509 - /cassandra/branches/cassandra-0.7/CHANGES.txt

Author: jbellis
Date: Thu Feb 10 18:13:07 2011
New Revision: 1069509

URL: http://svn.apache.org/viewvc?rev=1069509&view=rev
Log:
2102 missed 0.7.1

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

Modified: cassandra/branches/cassandra-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/CHANGES.txt?rev=1069509&r1=1069508&r2=1069509&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.7/CHANGES.txt Thu Feb 10 18:13:07 2011
@@ -1,3 +1,8 @@
+0.7.2
+ * copy DecoratedKey.key when inserting into caches to avoid retaining
+   a reference to the underlying buffer (CASSANDRA-2102)
+
+
 0.7.1
  * buffer network stack to avoid inefficient small TCP messages while avoiding
    the nagle/delayed ack problem (CASSANDRA-1896)
@@ -63,8 +68,6 @@
  * bound hints CF throughput between 32M and 256M (CASSANDRA-2148)
  * continue starting when invalid saved cache entries are encountered
    (CASSANDRA-2076)
- * copy DecoratedKey.key when inserting into caches to avoid retaining
-   a reference to the underlying buffer (CASSANDRA-2102)
 
 
 0.7.0-final