You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2017/01/29 23:25:48 UTC

lucene-solr:master: SOLR-9481: Moving changes entry to 6.5 and targeting that release instead

Repository: lucene-solr
Updated Branches:
  refs/heads/master e327efb67 -> 7bbb91846


SOLR-9481: Moving changes entry to 6.5 and targeting that release instead


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

Branch: refs/heads/master
Commit: 7bbb918467b45dd529672b2f861e32e463d11aed
Parents: e327efb
Author: Jan H�ydahl <ja...@apache.org>
Authored: Mon Jan 30 00:25:40 2017 +0100
Committer: Jan H�ydahl <ja...@apache.org>
Committed: Mon Jan 30 00:25:40 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7bbb9184/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 079e454..6143149 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -115,6 +115,9 @@ New Features
 
 * SOLR-9885: Allow pre-startup Solr log management in Solr bin scripts to be disabled. (Mano Kovacs via Mark Miller)
 
+* SOLR-9481: Authentication and Authorization plugins now work in standalone mode if security.json is placed in
+  SOLR_HOME on every node. Editing config through API is supported but affects only that one node. (janhoy)
+
 Bug Fixes
 ----------------------
 
@@ -229,10 +232,6 @@ New Features
 * SOLR-9442, SOLR-9787: Adds Array of Name Type Value (json.nl=arrntv) style to JSONResponseWriter.
   (Jonny Marks, Christine Poerschke, hossman)
 
-* SOLR-9481: Authentication and Authorization plugins now work in standalone mode if security.json is placed in
-  SOLR_HOME on every node. Editing config through API is supported but affects only that one node. 
-  (janhoy)
-
 * SOLR-8542: Adds Solr Learning to Rank (LTR) plugin for reranking results with machine learning models.
   (Michael Nilsson, Diego Ceccarelli, Joshua Pantony, Jon Dorando, Naveen Santhapuri, Alessandro Benedetti, David Grohmann, Christine Poerschke)