You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/09/13 17:53:57 UTC

git commit: update changes/news for 7917

Repository: cassandra
Updated Branches:
  refs/heads/trunk 5fc486a1c -> 57016e6ba


update changes/news for 7917


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/57016e6b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/57016e6b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/57016e6b

Branch: refs/heads/trunk
Commit: 57016e6ba65a42e1cdf20a804e4e88d90e38f86c
Parents: 5fc486a
Author: Brandon Williams <br...@apache.org>
Authored: Sat Sep 13 10:53:52 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Sat Sep 13 10:53:52 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 NEWS.txt    | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/57016e6b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ec32ee6..d04814e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.0
+ * Remove YamlFileNetworkTopologySnitch (CASSANDRA-7917)
  * Support Java source code for user-defined functions (CASSANDRA-7562)
  * Require arg types to disambiguate UDF drops (CASSANDRA-7812)
  * Do anticompaction in groups (CASSANDRA-6851)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/57016e6b/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 94d566b..0f47a69 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -25,6 +25,8 @@ New features
 
 Upgrading
 ---------
+   - YamlFileNetworkTopologySnitch has been removed; switch to
+     GossipingPropertyFileSnitch instead.
    - CQL2 has been removed entirely in this release (previously deprecated
      in 2.0.0). Please switch to CQL3 if you haven't already done so.