From ed6594e4b1024f0c80611f5307afd6bfe3986d0e Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 13 Feb 2010 12:10:46 +0000 Subject: [PATCH] More additions about 3.0.1-only fixes, fix Header line to be compliant with changes-perl script git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909800 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fe66ea75385..8d3e871a09b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -193,14 +193,14 @@ Test Cases but instead use a global static value from LuceneTestCase(J4), that contains the release version. (Uwe Schindler, Simon Willnauer) -================== Releases 2.9.2 / 3.0.1 2010-02-19 =================== +================== Release 2.9.2 / 3.0.1 2010-02-19 ==================== Changes in backwards compatibility policy -* LUCENE-2123: Removed the protected inner class ScoreTerm from - FuzzyQuery. The change was needed because the comparator of this class - had to be changed in an incompatible way. The class was never intended - to be public. (Uwe Schindler, Mike McCandless) +* LUCENE-2123 (3.0.1 only): Removed the protected inner class ScoreTerm + from FuzzyQuery. The change was needed because the comparator of this + class had to be changed in an incompatible way. The class was never + intended to be public. (Uwe Schindler, Mike McCandless) Bug fixes @@ -237,11 +237,11 @@ Bug fixes API Changes - * LUCENE-1609: Restore IndexReader.getTermInfosIndexDivisor (it was - accidentally removed in 3.0.0) (Mike McCandless) + * LUCENE-1609 (3.0.1 only): Restore IndexReader.getTermInfosIndexDivisor + (it was accidentally removed in 3.0.0) (Mike McCandless) - * LUCENE-1972: Restore SortField.getComparatorSource (it was - accidentally removed in 3.0.0) (John Wang via Uwe Schindler) + * LUCENE-1972 (3.0.1 only): Restore SortField.getComparatorSource + (it was accidentally removed in 3.0.0) (John Wang via Uwe Schindler) * LUCENE-2190: Added setNextReader method to CustomScoreQuery, which is necessary with per-segment searching to notify the subclass @@ -258,8 +258,8 @@ Optimizations * LUCENE-2086: When resolving deleted terms, do so in term sort order for better performance (Bogdan Ghidireac via Mike McCandless) - * LUCENE-2123 (partly): Fixes a slowdown / memory issue added by - LUCENE-504. (Uwe Schindler, Robert Muir, Mike McCandless) + * LUCENE-2123 (partly, 3.0.1 only): Fixes a slowdown / memory issue + added by LUCENE-504. (Uwe Schindler, Robert Muir, Mike McCandless) * LUCENE-2258: Remove unneeded synchronization in FuzzyTermEnum. (Uwe Schindler, Robert Muir)