Preparing for 1.4 final release.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2004-07-01 17:40:41 +00:00
parent 5426ab1212
commit de1ea95568
4 changed files with 12 additions and 22 deletions

View File

@ -2,7 +2,7 @@ Lucene Change Log
$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

View File

@ -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"/>

View File

@ -167,16 +167,11 @@ limitations under the License.
</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>

View File

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