You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/22 17:41:09 UTC

lucene-solr:master: SOLR-10083: move CHANGES.txt entry from 6.5.0 to 6.4.2 section.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9a39e9156 -> 18a2509ae


SOLR-10083: move CHANGES.txt entry from 6.5.0 to 6.4.2 section.


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

Branch: refs/heads/master
Commit: 18a2509ae33fcba6d4037c6441c73b317206195a
Parents: 9a39e91
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Feb 22 17:37:06 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Feb 22 17:40:17 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/18a2509a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bb57255..a22a163 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -141,8 +141,6 @@ Bug Fixes
 
 * SOLR-10049: Collection deletion leaves behind the snapshot metadata (Hrishikesh Gadre via yonik)
 
-* SOLR-10083: Fix instanceof check in ConstDoubleSource.equals (Pushkar Raste via Christine Poerschke)
-
 * SOLR-10120: A SolrCore reload can remove the index from the previous SolrCore during replication index rollover. (Mark Miller)
 
 * SOLR-10124: Replication can skip removing a temporary index directory in some cases when it should not. (Mark Miller)
@@ -259,6 +257,8 @@ Bug Fixes
 
 * SOLR-10138: Transaction log replay can hit an NPE due to new Metrics code. (ab)
 
+* SOLR-10083: Fix instanceof check in ConstDoubleSource.equals (Pushkar Raste via Christine Poerschke)
+
 ==================  6.4.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.