LUCENE-5650: Move changes entry to reflect backport to 4x

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Ernst 2014-08-23 17:25:57 +00:00
parent 81d38f9a90
commit c04d56c183
2 changed files with 9 additions and 7 deletions

View File

@ -105,6 +105,12 @@ New Features
* LUCENE-5889: Add commit method to AnalyzingInfixSuggester, and allow just using .add
to build up the suggester. (Varun Thacker via Mike McCandless)
Bug Fixes
* LUCENE-5650: Enforce read-only access to any path outside the temporary
folder via security manager, and make test temp dirs absolute.
(Ryan Ernst, Dawid Weiss)
======================= Lucene 4.10.0 ======================
New Features
@ -627,10 +633,6 @@ Bug fixes
* LUCENE-5671: Upgrade ICU version to fix an ICU concurrency problem that
could cause exceptions when indexing. (feedly team, Robert Muir)
* LUCENE-5650: Enforce read-only access to any path outside the temporary
folder via security manager, and make test temp dirs absolute.
(Ryan Ernst, Dawid Weiss)
======================= Lucene 4.8.0 =======================
System Requirements

View File

@ -126,6 +126,9 @@ Other Changes
* SOLR-6400: SolrCloud tests are not properly testing session expiration. (Mark Miller)
* LUCENE-5650: Tests can no longer write to CWD. Update log dir is now made relative
to the instance dir if it is not an absolute path. (Ryan Ernst, Dawid Weiss)
================== 4.10.0 =================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
@ -598,9 +601,6 @@ Other Changes
* SOLR-5340: Add support for named snapshots (Varun Thacker via Noble Paul)
* LUCENE-5650: Tests can no longer write to CWD. Update log dir is now made relative
to the instance dir if it is not an absolute path. (Ryan Ernst, Dawid Weiss)
* SOLR-5495: Recovery strategy for leader partitioned from replica case. Hardening
recovery scenarios after the leader receives an error trying to forward an
update request to a replica. (Timothy Potter)