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/09/15 15:38:31 UTC

svn commit: r1171095 - /cassandra/branches/cassandra-0.8/CHANGES.txt

Author: jbellis
Date: Thu Sep 15 13:38:31 2011
New Revision: 1171095

URL: http://svn.apache.org/viewvc?rev=1171095&view=rev
Log:
add #1777 and #3187 to CHANGES

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

Modified: cassandra/branches/cassandra-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/CHANGES.txt?rev=1171095&r1=1171094&r2=1171095&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.8/CHANGES.txt Thu Sep 15 13:38:31 2011
@@ -1,4 +1,7 @@
 0.8.6
+ * revert CASSANDRA-2388
+ * change TokenRange.endpoints back to listen/broadcast address to match
+   pre-1777 behavior, and add TokenRange.rpc_endpoints instead (CASSANDRA-3187)
  * avoid trying to watch cassandra-topology.properties when loaded from jar
    (CASSANDRA-3138)
  * prevent users from creating keyspaces with LocalStrategy replication
@@ -16,10 +19,10 @@
  * Avoid streaming data to nodes that already have it, on move as well as
    decommission (CASSANDRA-3041)
  * Fix divide by zero error in GCInspector
- * revert CASSANDRA-2388
  * allow quoting of the ColumnFamily name in CLI `create column family`
    statement (CASSANDRA-3195)
 
+
 0.8.5
  * fix NPE when encryption_options is unspecified (CASSANDRA-3007)
  * include column name in validation failure exceptions (CASSANDRA-2849)
@@ -82,6 +85,8 @@
 
 
 0.8.4
+ * change TokenRing.endpoints to be a list of rpc addresses instead of 
+   listen/broadcast addresses (CASSANDRA-1777)
  * include files-to-be-streamed in StreamInSession.getSources (CASSANDRA-2972)
  * use JAVA env var in cassandra-env.sh (CASSANDRA-2785, 2992)
  * avoid doing read for no-op replicate-on-write at CL=1 (CASSANDRA-2892)