From c04d56c183f65f53c58d63e634ffa1068f5b2254 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Sat, 23 Aug 2014 17:25:57 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 10 ++++++---- solr/CHANGES.txt | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8802f193547..d4ce4032853 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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 diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 75dff96df61..b643d339d84 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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)