You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/03/30 11:39:36 UTC

[05/31] lucene-solr:feature/autoscaling: SOLR-10076: Move changes entry to 6.6 release.

SOLR-10076: Move changes entry to 6.6 release.


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

Branch: refs/heads/feature/autoscaling
Commit: c6e8f9cc66514f923b7b85b2d1f682146e886e9d
Parents: 5146c08
Author: markrmiller <ma...@apache.org>
Authored: Mon Mar 27 10:44:27 2017 -0400
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Mar 30 17:09:04 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c6e8f9cc/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e2a5eb6..a4faadc 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -127,6 +127,8 @@ New Features
 
 * SOLR-9994: Add support for CollapseQParser with PointFields. (Varun Thacker, Cao Manh Dat) 
 
+* SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. (Mano Kovacs via Mark Miller)
+
 Optimizations
 ----------------------
 
@@ -248,8 +250,6 @@ New Features
 
 * SOLR-9045: Make RecoveryStrategy settings configurable. (Christine Poerschke)
 
-* SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. (Mano Kovacs via Mark Miller)
-
 * SOLR-10224: Add disk total and disk free metrics. (ab)
 
 * SOLR-10085: SQL result set fields should be ordered by the field list (Joel Bernstein)