SOLR-5540: Move CHANGES entry to 4.6 branch

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1557849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-01-13 21:02:09 +00:00
parent 4460fb2560
commit abea446155
1 changed files with 3 additions and 3 deletions

View File

@ -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))