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/03/27 14:44:54 UTC

lucene-solr:master: SOLR-10076: Move changes entry to 6.6 release.

Repository: lucene-solr
Updated Branches:
  refs/heads/master cd66a5ff5 -> e11c86f6e


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/e11c86f6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e11c86f6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e11c86f6

Branch: refs/heads/master
Commit: e11c86f6e4f85fc4ea561283cf6d2fa8c8df2208
Parents: cd66a5f
Author: markrmiller <ma...@apache.org>
Authored: Mon Mar 27 10:44:27 2017 -0400
Committer: markrmiller <ma...@apache.org>
Committed: Mon Mar 27 10:44:45 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e11c86f6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index dc3ae9d..e102b27 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -121,6 +121,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
 ----------------------
 
@@ -242,8 +244,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)