mirror of https://github.com/apache/lucene.git
switch to 2.9-dev on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@696715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8c0a8a810
commit
11074a2c4e
23
CHANGES.txt
23
CHANGES.txt
|
@ -1,15 +1,32 @@
|
|||
Lucene Change Log
|
||||
$Id$
|
||||
|
||||
======================= Trunk (not yet released) =======================
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
API Changes
|
||||
|
||||
Bug fixes
|
||||
|
||||
New features
|
||||
|
||||
Optimizations
|
||||
|
||||
Documentation
|
||||
|
||||
Build
|
||||
|
||||
Test Cases
|
||||
|
||||
======================= Release 2.4 (estimated: 2008-09-30) =======================
|
||||
|
||||
NOTE: In a minor change to Lucene's backward compatibility policy, we are now allowing the Fieldable interface to have
|
||||
changes, within reason, and made on a case-by-case basis. If an application implements it's own Fieldable, please be aware
|
||||
of this. Otherwise, no need to be concerned. For more details see https://issues.apache.org/jira/browse/LUCENE-1349.
|
||||
This is in effect for all 2.X releases, starting with 2.4. Also note, that in all likelihood, Fieldable will be changed
|
||||
in 3.0.
|
||||
|
||||
|
||||
======================= Trunk (not yet released) =======================
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
1. LUCENE-1151: Fix StandardAnalyzer to not mis-identify host names
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<property name="name" value="${ant.project.name}"/>
|
||||
<property name="Name" value="Lucene"/>
|
||||
<property name="version" value="2.4-dev"/>
|
||||
<property name="version" value="2.9-dev"/>
|
||||
<property name="spec.version" value="${version}"/>
|
||||
<property name="year" value="2000-${current.year}"/>
|
||||
<property name="final.name" value="lucene-${name}-${version}"/>
|
||||
|
|
Loading…
Reference in New Issue