git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-01-15 00:35:40 +00:00
parent 9b3ce93999
commit 3732f1bf70
3 changed files with 35 additions and 1 deletions

View File

@ -29,6 +29,12 @@ Changes in backwards compatibility policy
* LUCENE-3298: FST can now be larger than 2.1 GB / 2.1 B nodes.
(James Dyer, Mike McCandless)
======================= Lucene 4.2.0 =======================
(No changes yet)
======================= Lucene 4.1.0 =======================
Changes in backwards compatibility policy

View File

@ -47,7 +47,14 @@ public enum Version {
@Deprecated
LUCENE_41,
/** Match settings and bugs in Lucene's 5.0 release.
/**
* Match settings and bugs in Lucene's 4.2 release.
* @deprecated (5.0) Use latest
*/
@Deprecated
LUCENE_42,
/** Match settings and bugs in Lucene's 5.0 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug
* fixes, etc, for Lucene.

View File

@ -42,6 +42,27 @@ Other Changes
----------------------
================== 4.2.0 ==================
Versions of Major Components
---------------------
Apache Tika 1.2
Carrot2 3.6.2
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.5
Upgrading from Solr 4.1.0
----------------------
(No upgrade instructions yet)
Detailed Change List
----------------------
(No changes yet)
================== 4.1.0 ==================
Versions of Major Components