From 4cfac61c6e074e66484d76034489675d465b3285 Mon Sep 17 00:00:00 2001 From: Varun Thacker Date: Wed, 1 Apr 2015 09:27:45 +0000 Subject: [PATCH] SOLR-7202: Move CHANGES entry under 5.1 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670586 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 8c4db691845..6f43430aab5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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