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

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

Author: markrmiller
Date: Mon Jan 13 21:02:09 2014
New Revision: 1557849

URL: http://svn.apache.org/r1557849
Log:
SOLR-5540: Move CHANGES entry to 4.6 branch

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=1557849&r1=1557848&r2=1557849&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Jan 13 21:02:09 2014
@@ -191,9 +191,6 @@ Bug Fixes
 * SOLR-5524: Exception when using Query Function inside Scale Function.
   (Trey Grainger, yonik)
 
-* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory 
-  if necessary. (Mark Miller)
-
 * SOLR-5562: ConcurrentUpdateSolrServer constructor ignores supplied httpclient.
   (Kyle Halliday via Mark Miller)
 
@@ -334,6 +331,9 @@ Bug Fixes
   ZkCmdExecutor#ensureExists to ensure their election paths are properly
   created. (Mark Miller)
 
+* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory 
+  if necessary. (Mark Miller)
+
 * SOLR-4709: The core reload after replication if config files have changed
   can fail due to a race condition. (Mark Miller, Hossman))