Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-Dev

RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

 

 

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded


uwe at thetaphi

Nov 24, 2009, 3:26 AM

Post #1 of 4 (141 views)
Permalink
RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

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: uwe [at] thetaphi


> -----Original Message-----
> From: mikemccand [at] apache [mailto:mikemccand [at] apache]
> Sent: Tuesday, November 24, 2009 12:20 PM
> To: java-commits [at] lucene
> 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-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene


uwe at thetaphi

Nov 24, 2009, 3:31 AM

Post #2 of 4 (132 views)
Permalink
RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt [In reply to]

I have seen, we have the same problem with the next changes entry, 2046 :(

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe [at] thetaphi


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe [at] thetaphi]
> Sent: Tuesday, November 24, 2009 12:26 PM
> To: java-dev [at] lucene
> Subject: RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
>
> 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: uwe [at] thetaphi
>
>
> > -----Original Message-----
> > From: mikemccand [at] apache [mailto:mikemccand [at] apache]
> > Sent: Tuesday, November 24, 2009 12:20 PM
> > To: java-commits [at] lucene
> > 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-unsubscribe [at] lucene
> For additional commands, e-mail: java-dev-help [at] lucene



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene


lucene at mikemccandless

Nov 24, 2009, 3:39 AM

Post #3 of 4 (132 views)
Permalink
Re: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt [In reply to]

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 <uwe [at] thetaphi> 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: uwe [at] thetaphi
>
>
>> -----Original Message-----
>> From: mikemccand [at] apache [mailto:mikemccand [at] apache]
>> Sent: Tuesday, November 24, 2009 12:20 PM
>> To: java-commits [at] lucene
>> 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-unsubscribe [at] lucene
> For additional commands, e-mail: java-dev-help [at] lucene
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene


uwe at thetaphi

Nov 24, 2009, 3:41 AM

Post #4 of 4 (132 views)
Permalink
RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt [In reply to]

I looked through the 2.9.1 changes and found none that was too new.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe [at] thetaphi

> -----Original Message-----
> From: Michael McCandless [mailto:lucene [at] mikemccandless]
> Sent: Tuesday, November 24, 2009 12:39 PM
> To: java-dev [at] lucene
> Subject: Re: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
>
> 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 <uwe [at] thetaphi> 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: uwe [at] thetaphi
> >
> >
> >> -----Original Message-----
> >> From: mikemccand [at] apache [mailto:mikemccand [at] apache]
> >> Sent: Tuesday, November 24, 2009 12:20 PM
> >> To: java-commits [at] lucene
> >> 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-unsubscribe [at] lucene
> > For additional commands, e-mail: java-dev-help [at] lucene
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
> For additional commands, e-mail: java-dev-help [at] lucene



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.