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

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

Author: elyograg
Date: Thu Jan  9 22:16:53 2014
New Revision: 1556968

URL: http://svn.apache.org/r1556968
Log:
SOLR-5543: move changes entry from 4.7.0 to 4.6.1.

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=1556968&r1=1556967&r2=1556968&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Jan  9 22:16:53 2014
@@ -191,9 +191,6 @@ Bug Fixes
 * SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory 
   if necessary. (Mark Miller)
 
-* SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when 
-  using solr.xml persistence. (Bill Bell, Alan Woodward)
-
 * SOLR-5562: ConcurrentUpdateSolrServer constructor ignores supplied httpclient.
   (Kyle Halliday via Mark Miller)
 
@@ -353,6 +350,8 @@ Bug Fixes
 * SOLR-5615: Deadlock while trying to recover after a ZK session expiration.
   (Ramkumar Aiyengar, Mark Miller)
   
+* SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when 
+  using solr.xml persistence. (Bill Bell, Alan Woodward)
 
 Optimizations
 ----------------------