You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dr...@apache.org on 2016/06/09 20:25:18 UTC

lucene-solr:branch_6x: Fix solr/CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x cde57ab64 -> 4eead9b23


Fix solr/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/4eead9b2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4eead9b2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4eead9b2

Branch: refs/heads/branch_6x
Commit: 4eead9b2350fdb011c480ae4dae1310b2bf21875
Parents: cde57ab
Author: Scott Blum <dr...@apache.org>
Authored: Thu Jun 9 16:24:37 2016 -0400
Committer: Scott Blum <dr...@apache.org>
Committed: Thu Jun 9 16:24:37 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4eead9b2/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0da44fd..96a83b3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -17,11 +17,7 @@ servlet container in the directory named "example".
 See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
 
 ==================  6.2.0 ==================
-
-Bug Fixes
-----------------------
-
-* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
+(No Changes)
 
 ==================  6.1.0 ==================
 
@@ -170,6 +166,8 @@ Bug Fixes
 
 * SOLR-9198: config APIs unable to add multiple values with same name (noble)
 
+* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
+
 Optimizations
 ----------------------
 * SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.