You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/09/27 22:50:51 UTC

svn commit: r1527074 - /lucene/dev/trunk/solr/CHANGES.txt

Author: sarowe
Date: Fri Sep 27 20:50:51 2013
New Revision: 1527074

URL: http://svn.apache.org/r1527074
Log:
SOLR-5281: Move CHANGES.txt entry from 4.6 to 4.5

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1527074&r1=1527073&r2=1527074&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Sep 27 20:50:51 2013
@@ -82,9 +82,6 @@ Bug Fixes
 * SOLR-4590: Collections API should return a nice error when not in SolrCloud mode.
   (Anshum Gupta, Mark Miller)
   
-* SOLR-5281: IndexSchema log message was printing '[null]' instead of
-  '[<core name>]' (Jun Ohtani via Steve Rowe)
-  
 * SOLR-5279: Implicit properties don't seem to exist on core RELOAD
   (elyograg, hossman, Steve Rowe) 
 
@@ -304,6 +301,9 @@ Bug Fixes
 * SOLR-5243: Killing a shard in one collection can result in leader election in a different 
   collection if they share the same coreNodeName. (yonik, Mark Miller)
 
+* SOLR-5281: IndexSchema log message was printing '[null]' instead of
+  '[<core name>]' (Jun Ohtani via Steve Rowe)
+
 Optimizations
 ----------------------