You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/10/21 15:27:08 UTC

svn commit: r1709829 - /lucene/dev/trunk/solr/CHANGES.txt

Author: shalin
Date: Wed Oct 21 13:27:07 2015
New Revision: 1709829

URL: http://svn.apache.org/viewvc?rev=1709829&view=rev
Log:
SOLR-6273: Moved entry in change log from Solr 5.3.0 to 6.0

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1709829&r1=1709828&r2=1709829&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Oct 21 13:27:07 2015
@@ -77,6 +77,9 @@ New Features
   Example: {!graph from="node_id" to="edge_id"}id:doc_1
   (Kevin Watters, yonik)
 
+* SOLR-6273: Cross Data Center Replication. Active/passive replication for separate
+  SolrClouds hosted on separate data centers. (Renaud Delbru, Yonik Seeley via Erick Erickson)
+
 
 Optimizations
 ----------------------
@@ -450,9 +453,6 @@ New Features
 * SOLR-7724: SolrJ now supports parsing the output of the clustering component. 
   (Alessandro Benedetti via Dawid Weiss)
 
-* SOLR-6273: Cross Data Center Replication. Active/passive replication for separate
-  SolrClouds hosted on separate data centers. (Renaud Delbru, Yonik Seeley via Erick Erickson)
-
 * SOLR-7389: Expose znodeVersion property for each of the collections returned for the clusterstatus
   operation in the collections API (Marius Grama via shalin)