You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/07/21 05:59:47 UTC

[2/2] lucene-solr:branch_7x: SOLR-10338: Fix CHANGES entry

SOLR-10338: Fix CHANGES entry


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

Branch: refs/heads/branch_7x
Commit: 9566c1bf6ad589e4ddbbce5d8cc215f4dd920849
Parents: edce911
Author: markrmiller <ma...@apache.org>
Authored: Thu Jul 20 13:57:12 2017 -0400
Committer: markrmiller <ma...@apache.org>
Committed: Fri Jul 21 01:56:12 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9566c1bf/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0e37bd5..31605fc 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -87,6 +87,8 @@ Other Changes
 * SOLR-11122: Creating a core should write a core.properties file first and clean up on failure
   (Erick Erickson)
 
+* SOLR-10338: Configure SecureRandom non blocking for tests. (Mihaly Toth, hossman, Ishan Chattopadhyaya, via Mark Miller)
+
 ==================  7.0.0 ==================
 
 Versions of Major Components
@@ -1041,8 +1043,6 @@ Bug Fixes
 * SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
   (Steve Rowe)
 
-* SOLR-10338: Configure SecureRandom non blocking for tests. (Mihaly Toth, hossman, Ishan Chattopadhyaya, via Mark Miller)
-
 ==================  6.5.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.