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 2009/11/22 14:22:11 UTC

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

Author: uschindler
Date: Sun Nov 22 13:22:11 2009
New Revision: 883075

URL: http://svn.apache.org/viewvc?rev=883075&view=rev
Log:
merge this one also to 3.0

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883075&r1=883074&r2=883075&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sun Nov 22 13:22:11 2009
@@ -20,9 +20,6 @@
 * LUCENE-2086: When resolving deleted terms, do so in term sort order
   for better performance. (Bogdan Ghidireac via Mike McCandless)
 
-* LUCENE-2087: Remove recursion in NumericRangeTermEnum.
-  (Uwe Schindler)
-
 Build
 
 ======================= Release 3.0.0 2009-11-25 =======================
@@ -208,6 +205,9 @@
 * LUCENE-2006: Optimization of FieldDocSortedHitQueue to always
   use Comparable<?> interface.  (Uwe Schindler, Mark Miller)
 
+* LUCENE-2087: Remove recursion in NumericRangeTermEnum.
+  (Uwe Schindler)
+
 Build
 
 * LUCENE-486: Remove test->demo dependencies. (Michael Busch)