mirror of https://github.com/apache/cassandra
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
This commit is contained in:
parent
93126cb179
commit
f5de8ad6e8
21
CHANGES.txt
21
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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ cassandra (0.7.1) unstable; urgency=low
|
|||
|
||||
* New stable point release.
|
||||
|
||||
-- Eric Evans <eevans@apache.org> Tue, 25 Jan 2011 15:52:47 -0600
|
||||
-- Eric Evans <eevans@apache.org> Fri, 28 Jan 2011 13:56:19 -0600
|
||||
|
||||
cassandra (0.7.0~rc4) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue