SOLR-4709: Move CHANGES to 4.6.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1554119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-12-30 00:52:04 +00:00
parent f0944d6b06
commit 7bb2b748c1
1 changed files with 3 additions and 3 deletions

View File

@ -152,9 +152,6 @@ Bug Fixes
* SOLR-5481: SolrCmdDistributor should not let the http client do it's own
retries. (Mark Miller)
* SOLR-4709: The core reload after replication if config files have changed
can fail due to a race condition. (Mark Miller, Hossman))
* LUCENE-5347: Fixed Solr's Zookeeper Client to copy files to Zookeeper using
binary transfer. Previously data was read with default encoding and stored
in zookeeper as UTF-8. This bug was found after upgrading to forbidden-apis
@ -325,6 +322,9 @@ Bug Fixes
ZkCmdExecutor#ensureExists to ensure their election paths are properly
created. (Mark Miller)
* SOLR-4709: The core reload after replication if config files have changed
can fail due to a race condition. (Mark Miller, Hossman))
Optimizations
----------------------