You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2015/01/16 09:05:36 UTC

svn commit: r1652358 - in /lucene/dev/branches/lucene_solr_5_0: ./ solr/ solr/CHANGES.txt

Author: anshum
Date: Fri Jan 16 08:05:36 2015
New Revision: 1652358

URL: http://svn.apache.org/r1652358
Log:
SOLR-6715: Removing duplicate CHANGES.txt entry (merge from branch_5x)

Modified:
    lucene/dev/branches/lucene_solr_5_0/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt?rev=1652358&r1=1652357&r2=1652358&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt Fri Jan 16 08:05:36 2015
@@ -536,9 +536,6 @@ Other Changes
 * SOLR-6754: ZkController.publish doesn't use the updateLastState parameter.
   (shalin)
 
-* SOLR-6715: ZkSolrResourceLoader constructors accept a parameter called 'collection'
-  but it should be 'configName'. (shalin)
-
 * SOLR-6751: Exceptions thrown in the analysis chain in DirectUpdateHandler2
   should return a BAD_REQUEST status (Alan Woodward)