You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/01/06 02:09:03 UTC

lucene-solr:master: SOLR-11771: Move CHANGES entry to the right version

Repository: lucene-solr
Updated Branches:
  refs/heads/master b8b00786f -> 0d5581177


SOLR-11771: Move CHANGES entry to the right version


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

Branch: refs/heads/master
Commit: 0d5581177423aef95489351e07b2169150a9c102
Parents: b8b00786
Author: Cao Manh Dat <da...@apache.org>
Authored: Sat Jan 6 09:08:50 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Sat Jan 6 09:08:50 2018 +0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0d558117/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3da194b..cb830ce 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -86,8 +86,6 @@ Bug Fixes
 * SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas
   fq=clause does not (Erick Erickson)
 
-* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat)
-
 Optimizations
 ----------------------
 
@@ -122,6 +120,13 @@ Other Changes
 * SOLR-11801: Support customisation of the "highlighting" query response element.
   (Ramsey Haddad, Pranav Murugappan, David Smiley, Christine Poerschke)
 
+==================  7.2.1 ==================
+
+Bug Fixes
+----------------------
+
+* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat)
+
 ==================  7.2.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.