If you have a patch, I can apply it to 3.0 and trunk! Just open an issue,
for me this was the quickest fix.

Thanks,
Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -----Original Message-----
> From: Steven A Rowe [mailto:sar...@syr.edu]
> Sent: Monday, November 16, 2009 2:47 PM
> To: java-dev@lucene.apache.org
> Subject: RE: svn commit: r880744 - in /lucene/java/trunk: CHANGES.txt
> src/site/changes/changes2html.pl
> 
> Yeah, <code>...</code> works to handle the bulleted lists (though it also
> adds <pre>...</pre> tags -> monospaced font, which is not ideal).
> changes-to-html should more gracefully deal with bulleted lists. - Steve
> 
> On 11/16/2009 at 8:35 AM, uschind...@apache.org wrote:
> > Author: uschindler
> > Date: Mon Nov 16 13:35:20 2009
> > New Revision: 880744
> >
> > URL: http://svn.apache.org/viewvc?rev=880744&view=rev
> > Log:
> > Better changes.txt list.
> >
> > Modified:
> >     lucene/java/trunk/CHANGES.txt
> >     lucene/java/trunk/src/site/changes/changes2html.pl
> >
> > Modified: lucene/java/trunk/CHANGES.txt URL:
> > http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=880744&r
> > 1=880743&r2=880744&view=diff
> > =======================================================================
> > ======= --- lucene/java/trunk/CHANGES.txt (original) +++
> > lucene/java/trunk/CHANGES.txt Mon Nov 16 13:35:20 2009 @@ -11,7 +11,8 @@
> >    previously deprecated IndexCommitPoint is also removed.
> >    (Michael Busch)
> >
> > -* oal.Lock.isLocked is now allowed to throw an IOException
> > +* o.a.l.Lock.isLocked() is now allowed to throw an IOException.
> > +  (Mike McCandless)
> >
> >  * LUCENE-2030: CachingWrapperFilter and CachingSpanFilter now hide
> >    the internal cache implementation for thread safety, before it was @@
> >    -60,12 +61,12 @@ fields when reading. You have to reindex to do that.
> >    (Michael Busch, Uwe Schindler)
> >
> > - * LUCENE-2060: Changed ConcurrentMergeScheduler's default for
> > -   maxNumThreads from 3 to 1, because in practice we get the most
> > -   gains from running a single merge in the background.  More than one
> > -   concurrent merge causes a lot of thrashing (though it's possible on
> > -   SSD storage that there would be net gains).  (Jason Rutherglen,
> > -   Mike McCandless)
> > +* LUCENE-2060: Changed ConcurrentMergeScheduler's default for
> > +  maxNumThreads from 3 to 1, because in practice we get the most
> > +  gains from running a single merge in the background.  More than one
> > +  concurrent merge causes a lot of thrashing (though it's possible on
> > +  SSD storage that there would be net gains).  (Jason Rutherglen,
> > +  Mike McCandless)
> >
> >  API Changes
> >
> > @@ -73,12 +74,13 @@
> >    (Uwe Schindler, Robert Muir, Karl Wettin, Paul Elschot, Kay Kay,
> > Shai Erera)
> >
> >  * Generify Lucene API:
> > +  <code>
> >    - TokenStream/AttributeSource: Now addAttribute()/getAttribute()
> > return an
> >      instance of the requested attribute interface and no cast needed
> > anymore.
> >    - NumericRangeQuery, NumericRangeFilter, and FieldCacheRangeFilter
> >      now have Integer, Long, Float, Double as type param.
> >    - Document.getFields() returns List<Fieldable>
> > -  - Query.extractTerms(Set<Term>).
> > +  - Query.extractTerms(Set<Term>)
> >    - CharArraySet and stop word sets in core/contrib - PriorityQueue -
> >    TopDocCollector @@ -87,12 +89,14 @@ - MapOfSets - o.a.l.util.cache
> >    package - lot's of internal APIs of IndexWriter
> > + </code>
> >   (Uwe Schindler, Michael Busch, Kay Kay, Robert Muir, Adriano
> > Crestani)
> >
> >  * LUCENE-1944, LUCENE-1856, LUCENE-1957, LUCENE-1960, LUCENE-1961,
> >    LUCENE-1968, LUCENE-1970, LUCENE-1946, LUCENE-1971, LUCENE-1975,
> >    LUCENE-1972, LUCENE-1978, LUCENE-944, LUCENE-1979, LUCENE-1973,
> >    LUCENE-2011: Remove deprecated methods/constructors/classes: +
> >    <code> - All String/File directory paths in IndexReader /
> >      IndexSearcher / IndexWriter.
> >    - Remove FSDirectory.getDirectory() @@ -117,6 +121,7 @@ - Remove
> >    BoostingTermQuery. - Remove MultiValueSource. - Remove
> >    Scorer.explain(int). +  </code> ...and some other minor ones (Uwe
> >    Schindler, Michael Busch, Mark
> > Miller)
> >
> >  * LUCENE-1925: Make IndexSearcher's subReaders and docStarts members
> >
> > Modified: lucene/java/trunk/src/site/changes/changes2html.pl URL:
> > http://svn.apache.org/viewvc/lucene/java/trunk/src/site/changes/changes
> > 2html.pl?rev=880744&r1=880743&r2=880744&view=diff
> > =======================================================================
> > ======= --- lucene/java/trunk/src/site/changes/changes2html.pl
> > (original) +++ lucene/java/trunk/src/site/changes/changes2html.pl Mon
> > Nov 16 13:35:20 2009 @@ -614,7 +614,8 @@
> >             '2.2.0' => '2007-06-19',     '2.3.0' => '2008-01-21',
> >             '2.3.1' => '2008-02-22',     '2.3.2' => '2008-05-05',
> >             '2.4.0' => '2008-10-06',     '2.4.1' => '2009-03-09',
> > -           '2.9.0' => '2009-09-23');
> > +           '2.9.0' => '2009-09-23',     '2.9.1' => '2009-11-06',
> > +           '3.0.0' => '2009-11-25');
> >  }
> >
> >
> >
> 



---------------------------------------------------------------------
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