OK looks like you fixed LUCENE-2046 as well, and ported both fixes to
3.0.x CHANGES.

I don't think this merits a 3.0.0 respin.

Though I wonder if there are other issues that got incorrectly moved into 2.9.1?

Mike

On Tue, Nov 24, 2009 at 6:26 AM, Uwe Schindler <u...@thetaphi.de> wrote:
> Do we need a new 3.0? (duck) - but it's fixed only at wrong position in
> changes.
>
> But we should also fix the 3.0 branch for 3.0.1
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -----Original Message-----
>> From: mikemcc...@apache.org [mailto:mikemcc...@apache.org]
>> Sent: Tuesday, November 24, 2009 12:20 PM
>> To: java-comm...@lucene.apache.org
>> Subject: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
>>
>> Author: mikemccand
>> Date: Tue Nov 24 11:19:43 2009
>> New Revision: 883654
>>
>> URL: http://svn.apache.org/viewvc?rev=883654&view=rev
>> Log:
>> LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
>>
>> Modified:
>>     lucene/java/trunk/CHANGES.txt
>>
>> Modified: lucene/java/trunk/CHANGES.txt
>> URL:
>> http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883654&r1=8
>> 83653&r2=883654&view=diff
>> ==========================================================================
>> ====
>> --- lucene/java/trunk/CHANGES.txt (original)
>> +++ lucene/java/trunk/CHANGES.txt Tue Nov 24 11:19:43 2009
>> @@ -188,6 +188,10 @@
>>  * LUCENE-2088: addAttribute() should only accept interfaces that
>>    extend Attribute. (Shai Erera, Uwe Schindler)
>>
>> +* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
>> +  infoStream on IndexWriter and then add an empty document and commit
>> +  (Shai Erera via Mike McCandless)
>> +
>>  New features
>>
>>  * LUCENE-1933: Provide a convenience AttributeFactory that creates a
>> @@ -258,10 +262,6 @@
>>     char (U+FFFD) during indexing, to prevent silent index corruption.
>>     (Peter Keegan, Mike McCandless)
>>
>> - * LUCENE-2045: Fix silly FileNotFoundException hit if you enable
>> -   infoStream on IndexWriter and then add an empty document and commit
>> -   (Shai Erera via Mike McCandless)
>> -
>>   * LUCENE-2046: IndexReader should not see the index as changed, after
>>     IndexWriter.prepareCommit has been called but before
>>     IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-dev-h...@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to