You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2010/02/13 13:10:46 UTC

svn commit: r909800 - /lucene/java/trunk/CHANGES.txt

Author: uschindler
Date: Sat Feb 13 12:10:46 2010
New Revision: 909800

URL: http://svn.apache.org/viewvc?rev=909800&view=rev
Log:
More additions about 3.0.1-only fixes, fix Header line to be compliant with changes-perl script

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=909800&r1=909799&r2=909800&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sat Feb 13 12:10:46 2010
@@ -193,14 +193,14 @@
   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 @@
 
 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 @@
  * 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)