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 2016/09/12 01:15:05 UTC

lucene-solr:master: SOLR-9319: Move to the right section in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master a0eae26fa -> 1a78ab621


SOLR-9319: Move to the right section in CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1a78ab62
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1a78ab62
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1a78ab62

Branch: refs/heads/master
Commit: 1a78ab621ff24e9d31d6f6e80c8771012ceac2d7
Parents: a0eae26
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Mon Sep 12 06:44:49 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Mon Sep 12 06:44:49 2016 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1a78ab62/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b1898a6..70846b0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -85,6 +85,8 @@ New Features
 * SOLR-9469: JettySolrRunner now has the option of restarting using a different
   port (Alan Woodward)
 
+* SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas (Nitin Sharma, noble)
+
 Bug Fixes
 ----------------------
 
@@ -110,8 +112,6 @@ Bug Fixes
 
 * SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands (shalin, noble)
 
-* SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas (Nitin Sharma, noble )
-
 * SOLR-9444: Fix path usage for cloud backup/restore.  (Hrishikesh Gadre, Uwe Schindler, Varun Thacker)
 
 * SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory' (Tim Owen, noble)