preparing Lucene 3.5 release adding 3.6 constants and changes sections

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2011-11-21 11:27:57 +00:00
parent cc050e725a
commit 356fa5d137
8 changed files with 36 additions and 0 deletions

View File

@ -637,6 +637,11 @@ Bug fixes
DocsAndPositionsEnum while merging (Marc Sturlese, Erick Erickson,
Robert Muir, Simon Willnauer, Mike McCandless)
======================= Lucene 3.6.0 =======================
(No Changes)
======================= Lucene 3.5.0 =======================
Changes in backwards compatibility policy

View File

@ -81,6 +81,10 @@ Bug Fixes
* LUCENE-3045: fixed QueryNodeImpl.containsTag(String key) that was
not lowercasing the key before checking for the tag (Adriano Crestani)
======================= Lucene 3.6.0 ================
(No Changes)
======================= Lucene 3.5.0 ================
Changes in backwards compatibility policy

View File

@ -73,6 +73,13 @@ public enum Version {
@Deprecated
LUCENE_35,
/**
* Match settings and bugs in Lucene's 3.6 release.
* @deprecated (4.0) Use latest
*/
@Deprecated
LUCENE_36,
/** Match settings and bugs in Lucene's 4.0 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug

View File

@ -370,6 +370,10 @@ Documentation
* SOLR-2232: Improved README info on solr.solr.home in examples
(Eric Pugh and hossman)
================== 3.6.0 ==================
(No Changes)
================== 3.5.0 ==================
New Features

View File

@ -11,6 +11,10 @@ $Id$
(No Changes)
================== Release 3.6.0 ==================
(No Changes)
================== Release 3.5.0 ==================
(No Changes)

View File

@ -28,6 +28,10 @@ $Id$
(No Changes)
================== Release 3.6.0 ==================
(No Changes)
================== Release 3.5.0 ==================
* SOLR-2372: Upgrade Solr to Tika 0.10 (janhoy)

View File

@ -7,6 +7,10 @@ See http://wiki.apache.org/solr/LanguageDetection for details
$Id$
================== Release 3.6.0 ==================
(No Changes)
================== Release 3.5.0 ==================
Initial release. See README.txt.

View File

@ -23,6 +23,10 @@ $Id$
(No Changes)
================== 3.6.0 ==================
(No Changes)
================== 3.5.0 ==================
Other Changes