cutting 2004/07/01 10:40:41 Modified: . CHANGES.txt build.xml docs index.html xdocs index.xml Log: Preparing for 1.4 final release. Revision Changes Path 1.94 +2 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- CHANGES.txt 9 Jun 2004 11:28:46 -0000 1.93 +++ CHANGES.txt 1 Jul 2004 17:40:41 -0000 1.94 @@ -2,7 +2,7 @@ $Id$ -1.4 RC4 +1.4 final 1. Added "an" to the list of stop words in StopAnalyzer, to complement the existing "a" there. Fix for bug 28960 1.65 +1 -1 jakarta-lucene/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/build.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- build.xml 30 May 2004 20:24:20 -0000 1.64 +++ build.xml 1 Jul 2004 17:40:41 -0000 1.65 @@ -16,7 +16,7 @@ <property name="name" value="lucene"/> <property name="Name" value="Lucene"/> - <property name="version" value="1.4-rc4-dev"/> + <property name="version" value="1.5-rc1-dev"/> <property name="year" value="2000-${current.year}"/> <property name="final.name" value="${name}-${version}"/> <property name="javac.deprecation" value="on"/> 1.46 +4 -9 jakarta-lucene/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/index.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- index.html 18 May 2004 13:32:00 -0000 1.45 +++ index.html 1 Jul 2004 17:40:41 -0000 1.46 @@ -167,16 +167,11 @@ </td></tr> <tr><td> <blockquote> - <h3>11 May 2004 - Lucene 1.4 Release Candidate 3 Released</h3> - <p>A new release of is available with many new features - and bug fixes. See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.85">CHANGES.txt</a> + <h3>1 July 2004 - Lucene 1.4 Final Released</h3> + <p>A new release of Lucene is available with many new + features and bug fixes. See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.94">CHANGES.txt</a> for details. Binary and source distributions are - available <a href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc3/">here</a>. - </p> - <h3>26 December 2003 - Lucene 1.3 Final Released</h3> - <p>A new release - of is available with many new features and bug fixes. See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.65">CHANGES.txt</a> - for details. Binary and source distributions are available <a href="http://cvs.apache.org/dist/jakarta/lucene/v1.3-final/">here</a>. + available <a href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-final/">here</a>. </p> </blockquote> </p> 1.19 +6 -11 jakarta-lucene/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/index.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- index.xml 11 May 2004 20:37:38 -0000 1.18 +++ index.xml 1 Jul 2004 17:40:41 -0000 1.19 @@ -23,21 +23,16 @@ <section name="Lucene News"> - <h3>11 May 2004 - Lucene 1.4 Release Candidate 3 Released</h3> - <p>A new release of is available with many new features - and bug fixes. See <a - href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.85">CHANGES.txt</a> + <h3>1 July 2004 - Lucene 1.4 Final Released</h3> + + <p>A new release of Lucene is available with many new + features and bug fixes. See <a + href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.94">CHANGES.txt</a> for details. Binary and source distributions are available <a - href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc3/">here</a>. + href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-final/">here</a>. </p> - <h3>26 December 2003 - Lucene 1.3 Final Released</h3> <p>A new release - of is available with many new features and bug fixes. See <a - href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.65">CHANGES.txt</a> - for details. Binary and source distributions are available <a - href="http://cvs.apache.org/dist/jakarta/lucene/v1.3-final/">here</a>. - </p> </section> <section name="About Apache Jakarta">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]