You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/05/19 23:32:15 UTC

svn commit: r1125127 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Thu May 19 21:32:15 2011
New Revision: 1125127

URL: http://svn.apache.org/viewvc?rev=1125127&view=rev
Log:
CHANGES cleanup

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1125127&r1=1125126&r2=1125127&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu May 19 21:32:15 2011
@@ -444,27 +444,6 @@ Bug fixes
   with more document deletions is requested before a reader with fewer
   deletions, provided they share some segments. (yonik)
 
-* LUCENE-2936: PhraseQuery score explanations were not correctly 
-  identifying matches vs non-matches.  (hossman)
-
-* LUCENE-2996: addIndexes(IndexReader) did not flush before adding the new 
-  indexes, causing existing deletions to be applied on the incoming indexes as 
-  well. (Shai Erera, Mike McCandless)
-
-* LUCENE-3068: sloppy phrase query failed to match valid documents when multiple 
-  query terms had same position in the query. (Doron Cohen)
-
-Test Cases
-
-* LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing to 
-  stop iterating if at least 'tests.iter.min' ran and a failure occured. 
-  (Shai Erera, Chris Hostetter)
-
-Build
-
-* LUCENE-3006: Building javadocs will fail on warnings by default. 
-  Override with -Dfailonjavadocwarning=false (sarowe, gsingers)
-
 ======================= Lucene 3.x (not yet released) =======================
 
 Changes in backwards compatibility policy
@@ -564,9 +543,17 @@ Bug fixes
   PhraseQuery as term with lower doc freq will also have less positions.
   (Uwe Schindler, Robert Muir, Otis Gospodnetic)
 
+* LUCENE-3068: sloppy phrase query failed to match valid documents when multiple 
+  query terms had same position in the query. (Doron Cohen)
+
 * LUCENE-3012: Lucene writes the header now for separate norm files (*.sNNN)
   (Robert Muir)
 
+Build
+
+* LUCENE-3006: Building javadocs will fail on warnings by default. 
+  Override with -Dfailonjavadocwarning=false (sarowe, gsingers)
+
 Test Cases
 
 * LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing to 



Re: svn commit: r1125127 - /lucene/dev/trunk/lucene/CHANGES.txt

Posted by Doron Cohen <cd...@gmail.com>.
Thanks for catching/fixing this Robert!

I missed that for LUCENE-3068 - anything which gets back-ported to 3x should
be in the 3x-unreleased section, this way the upper part summarizes the
differences between trunk and 3x, neat!

Doron

On Fri, May 20, 2011 at 12:32 AM, <rm...@apache.org> wrote:

> Author: rmuir
> Date: Thu May 19 21:32:15 2011
> New Revision: 1125127
>
> URL: http://svn.apache.org/viewvc?rev=1125127&view=rev
> Log:
> CHANGES cleanup
>
> Modified:
>    lucene/dev/trunk/lucene/CHANGES.txt
>
> Modified: lucene/dev/trunk/lucene/CHANGES.txt
> URL:
> http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1125127&r1=1125126&r2=1125127&view=diff
>
> ==============================================================================
> --- lucene/dev/trunk/lucene/CHANGES.txt (original)
> +++ lucene/dev/trunk/lucene/CHANGES.txt Thu May 19 21:32:15 2011
> @@ -444,27 +444,6 @@ Bug fixes
>   with more document deletions is requested before a reader with fewer
>   deletions, provided they share some segments. (yonik)
>
> -* LUCENE-2936: PhraseQuery score explanations were not correctly
> -  identifying matches vs non-matches.  (hossman)
> -
> -* LUCENE-2996: addIndexes(IndexReader) did not flush before adding the new
> -  indexes, causing existing deletions to be applied on the incoming
> indexes as
> -  well. (Shai Erera, Mike McCandless)
> -
> -* LUCENE-3068: sloppy phrase query failed to match valid documents when
> multiple
> -  query terms had same position in the query. (Doron Cohen)
> -
> -Test Cases
> -
> -* LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing
> to
> -  stop iterating if at least 'tests.iter.min' ran and a failure occured.
> -  (Shai Erera, Chris Hostetter)
> -
> -Build
> -
> -* LUCENE-3006: Building javadocs will fail on warnings by default.
> -  Override with -Dfailonjavadocwarning=false (sarowe, gsingers)
> -
>  ======================= Lucene 3.x (not yet released)
> =======================
>
>  Changes in backwards compatibility policy
> @@ -564,9 +543,17 @@ Bug fixes
>   PhraseQuery as term with lower doc freq will also have less positions.
>   (Uwe Schindler, Robert Muir, Otis Gospodnetic)
>
> +* LUCENE-3068: sloppy phrase query failed to match valid documents when
> multiple
> +  query terms had same position in the query. (Doron Cohen)
> +
>  * LUCENE-3012: Lucene writes the header now for separate norm files
> (*.sNNN)
>   (Robert Muir)
>
> +Build
> +
> +* LUCENE-3006: Building javadocs will fail on warnings by default.
> +  Override with -Dfailonjavadocwarning=false (sarowe, gsingers)
> +
>  Test Cases
>
>  * LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing
> to
>
>
>