SOLR-5543: move changes entry from 4.7.0 to 4.6.1.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1556968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shawn Heisey 2014-01-09 22:16:53 +00:00
parent fb5fd91078
commit f96e58f45d
1 changed files with 2 additions and 3 deletions

View File

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