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:49 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x a029c8ede -> b5f5bb10a


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

(cherry picked from commit 1a78ab6)


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

Branch: refs/heads/branch_6x
Commit: b5f5bb10aca8b6fd7cf4445ca1e2adee9c7a2ad4
Parents: a029c8e
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:45:37 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b5f5bb10/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3d4fd84..849d1b9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -51,6 +51,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
 ----------------------
 
@@ -76,8 +78,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)