Merge changes from 1.9 branch.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@381700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2006-02-28 16:49:44 +00:00
parent f7313df2a7
commit 508dc68477
3 changed files with 16 additions and 15 deletions

View File

@ -2,7 +2,14 @@ Lucene Change Log
$Id$
1.9 RC2
1.9 final
Note that this realease is mostly but not 100% source compatible with
the previous release of Lucene (1.4.3). In other words, you should
make sure your application compiles with this version of Lucene before
you replace the old Lucene JAR with the new one. Many methods have
been deprecated in anticipation of release 2.0, so deprecation
warnings are to be expected when upgrading from 1.4.3 to 1.9.
Bug fixes
@ -17,14 +24,8 @@ Optimizations
System.arraycopy() in more cases, rather than copying byte-by-byte.
(Lukas Zapletal via Cutting)
1.9 RC1
Note that this realease is mostly but not 100% source compatible with the
latest release of Lucene (1.4.3). In other words, you should make sure
your application compiles with this version of Lucene before you replace
the old Lucene JAR with the new one.
Requirements
1. To compile and use Lucene you now need Java 1.4 or later.

View File

@ -142,10 +142,10 @@ limitations under the License.
</td></tr>
<tr><td>
<blockquote>
<h3>21 February 2006 - 1.9 RC1 available </h3>
<p>This release candidate has many improvements since
release 1.4.3, including new features, performance
improvements, bug fixes, etc. See <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/lucene/java/branches/lucene_1_9/CHANGES.txt?rev=379190">CHANGES.txt</a>
<h3>27 February 2006 - 1.9 final available </h3>
<p>This release has many improvements since release
1.4.3, including new features, performance
improvements, bug fixes, etc. See <a href="http://svn.apache.org/viewcvs.cgi/*checkout*/lucene/java/branches/lucene_1_9/CHANGES.txt?rev=381432">CHANGES.txt</a>
for details.</p>
<p>1.9 will be the last 1.x release. It is both
back-compatible with 1.4.3 and forward-compatible with

View File

@ -23,12 +23,12 @@
<section name="Lucene News">
<h3>21 February 2006 - 1.9 RC1 available </h3>
<h3>27 February 2006 - 1.9 final available </h3>
<p>This release candidate has many improvements since
release 1.4.3, including new features, performance
<p>This release has many improvements since release
1.4.3, including new features, performance
improvements, bug fixes, etc. See <a
href="http://svn.apache.org/viewcvs.cgi/*checkout*/lucene/java/branches/lucene_1_9/CHANGES.txt?rev=379190">CHANGES.txt</a>
href="http://svn.apache.org/viewcvs.cgi/*checkout*/lucene/java/branches/lucene_1_9/CHANGES.txt?rev=381432">CHANGES.txt</a>
for details.</p>
<p>1.9 will be the last 1.x release. It is both