You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2013/05/29 20:56:08 UTC

svn commit: r1487594 - /lucene/dev/branches/branch_4x/solr/CHANGES.txt

Author: steffkes
Date: Wed May 29 18:56:07 2013
New Revision: 1487594

URL: http://svn.apache.org/r1487594
Log:
SOLR-4867: Admin UI - setting loglevel on root throws RangeError (backport for 4.3.1)

Modified:
    lucene/dev/branches/branch_4x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1487594&r1=1487593&r2=1487594&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Wed May 29 18:56:07 2013
@@ -87,8 +87,6 @@ Bug Fixes
 * SOLR-4814: If a SolrCore cannot be created it should remove any information it 
   published about itself from ZooKeeper. (Mark Miller)
 
-* SOLR-4867: Admin UI - setting loglevel on root throws RangeError (steffkes)
-
 * SOLR-4863: Removed non-existent attribute sourceId from dynamic JMX stats
   to fix AttributeNotFoundException (suganuma, hossman via shalin)
 
@@ -182,6 +180,8 @@ Bug Fixes
 
 * SOLR-4855: DistributedUpdateProcessor doesn't check for peer sync requests (shalin)
 
+* SOLR-4867: Admin UI - setting loglevel on root throws RangeError (steffkes)
+
 Other Changes
 ----------------------