You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/06/09 04:51:58 UTC

[2/3] lucene-solr:branch_5_5: SOLR-9198: config APIs unable to add multiple values with same name

SOLR-9198: config APIs unable to add multiple values with same name


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

Branch: refs/heads/branch_5_5
Commit: 060b076fd3c3abe2a5c510aa3f5fde6af538bb1e
Parents: 9c4bad9
Author: Noble Paul <no...@apache.org>
Authored: Thu Jun 9 10:21:24 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Thu Jun 9 10:21:24 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/060b076f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 07ee4e8..c0211de 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -9,7 +9,10 @@ caching, replication, and a web administration interface.
 See http://lucene.apache.org/solr for more information.
 
 ======================= 5.5.2 =======================
-(No Changes)
+
+Bug Fixes
+
+* SOLR-9198: config APIs unable to add multiple values with same name (noble)
 
 ======================= 5.5.1 =======================