From 508dc6847764967b72cf6859943fd3f670a88fd7 Mon Sep 17 00:00:00 2001 From: Doug Cutting Date: Tue, 28 Feb 2006 16:49:44 +0000 Subject: [PATCH] Merge changes from 1.9 branch. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@381700 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 15 ++++++++------- docs/index.html | 8 ++++---- xdocs/index.xml | 8 ++++---- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 63beeb9d39a..d0c8f13ee4f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/docs/index.html b/docs/index.html index 1bef41e3835..1665155adcb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,10 +142,10 @@ limitations under the License.
-

21 February 2006 - 1.9 RC1 available

-

This release candidate has many improvements since - release 1.4.3, including new features, performance - improvements, bug fixes, etc. See CHANGES.txt +

27 February 2006 - 1.9 final available

+

This release has many improvements since release + 1.4.3, including new features, performance + improvements, bug fixes, etc. See CHANGES.txt for details.

1.9 will be the last 1.x release. It is both back-compatible with 1.4.3 and forward-compatible with diff --git a/xdocs/index.xml b/xdocs/index.xml index ebf83f2b3d4..49c9b4d6fda 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -23,12 +23,12 @@

-

21 February 2006 - 1.9 RC1 available

+

27 February 2006 - 1.9 final available

-

This release candidate has many improvements since - release 1.4.3, including new features, performance +

This release has many improvements since release + 1.4.3, including new features, performance improvements, bug fixes, etc. See CHANGES.txt + href="http://svn.apache.org/viewcvs.cgi/*checkout*/lucene/java/branches/lucene_1_9/CHANGES.txt?rev=381432">CHANGES.txt for details.

1.9 will be the last 1.x release. It is both