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 12:31:49 UTC

svn commit: r909795 - /lucene/java/branches/lucene_3_0/CHANGES.txt

Author: uschindler
Date: Sat Feb 13 11:31:49 2010
New Revision: 909795

URL: http://svn.apache.org/viewvc?rev=909795&view=rev
Log:
Bring changes in line for release of 2.9.2 and 3.0.1

Modified:
    lucene/java/branches/lucene_3_0/CHANGES.txt

Modified: lucene/java/branches/lucene_3_0/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=909795&r1=909794&r2=909795&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Sat Feb 13 11:31:49 2010
@@ -1,7 +1,7 @@
 Lucene Change Log
 $Id$
 
-======================= 3.0 branch (not yet released) =======================
+======================= Release 3.0.1 2010-02-19 =======================
 
 Changes in backwards compatibility policy
 
@@ -38,20 +38,10 @@
    termIndexInterval (default 128) * ~2.1 billion = ~274 billion.
    (Tom Burton-West via Mike McCandless)
   
-* LUCENE-2260: Fixed AttributeSource to not hold a strong
-  reference to the Attribute/AttributeImpl classes which prevents
-  unloading of custom attributes loaded by other classloaders
-  (e.g. in Solr plugins).  (Uwe Schindler)
-
-New features
-
-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-2260: Fixed AttributeSource to not hold a strong
+   reference to the Attribute/AttributeImpl classes which prevents
+   unloading of custom attributes loaded by other classloaders
+   (e.g. in Solr plugins).  (Uwe Schindler)
 
 API Changes
 
@@ -66,14 +56,22 @@
    which reader the int doc, passed to customScore, refers to.  (Paul
    chez Jamespot via Mike McCandless)
 
- * LUCENE-2258: Remove unneeded synchronization in FuzzyTermEnum.
-   (Uwe Schindler, Robert Muir)
-
  * LUCENE-2080: Deprecate Version.LUCENE_CURRENT, as using this constant
    will cause backwards compatibility problems when upgrading Lucene. See
    the Version javadocs for additional information.
    (Robert Muir)
 
+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-2258: Remove unneeded synchronization in FuzzyTermEnum.
+   (Uwe Schindler, Robert Muir)
+
 Test Cases
 
  * LUCENE-2114: Change TestFilteredSearch to test on multi-segment