You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2015/04/01 11:27:45 UTC

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

Author: varun
Date: Wed Apr  1 09:27:45 2015
New Revision: 1670586

URL: http://svn.apache.org/r1670586
Log:
SOLR-7202: Move CHANGES entry under 5.1

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=1670586&r1=1670585&r2=1670586&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Apr  1 09:27:45 2015
@@ -472,6 +472,10 @@ Other Changes
 * SOLR-7203: Remove buggy no-op retry code in HttpSolrClient (Alan Woodward,
   Mark Miller, Greg Solovyev)
 
+* SOLR-7202: Remove deprecated string action types in Overseer and OverseerCollectionProcessor -
+  "deletecollection", "createcollection", "reloadcollection", "removecollection", "removeshard".
+  (Varun Thacker, shalin)
+
 ==================  5.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@@ -1262,10 +1266,6 @@ Other Changes
 * SOLR-6227: Avoid spurious failures of ChaosMonkeySafeLeaderTest by ensuring there's
   at least one jetty to kill. (shalin)
 
-* SOLR-7202: Remove deprecated string action types in Overseer and OverseerCollectionProcessor -
-  "deletecollection", "createcollection", "reloadcollection", "removecollection", "removeshard".
-  (Varun Thacker, shalin)
-
 ==================  4.10.4 ==================
 
 Bug Fixes