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 2017/07/25 09:06:16 UTC

[31/50] [abbrv] lucene-solr:feature/autoscaling: 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/ad24f530
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ad24f530
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ad24f530

Branch: refs/heads/feature/autoscaling
Commit: ad24f53018c5aee8c9ff322ab756b1556be7171c
Parents: ffd76a6
Author: markrmiller <ma...@apache.org>
Authored: Thu Jul 20 13:57:12 2017 -0400
Committer: markrmiller <ma...@apache.org>
Committed: Thu Jul 20 13:57: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/ad24f530/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 851daed..07faf9f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -104,6 +104,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
@@ -1058,8 +1060,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.