mirror of https://github.com/apache/lucene.git
Bumping up version to 5.1 for the 5.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651556 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fc86af433
commit
4aef9bdc8e
|
@ -29,6 +29,9 @@ API Changes
|
|||
* LUCENE-6067: Accountable.getChildResources has a default
|
||||
implementation returning the empty list. (Robert Muir)
|
||||
|
||||
======================= Lucene 5.1.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 5.0.0 =======================
|
||||
|
||||
New Features
|
||||
|
|
|
@ -39,6 +39,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_5_0_0 = new Version(5, 0, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.1.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_1_0 = new Version(5, 1, 0);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
|
@ -54,6 +54,9 @@ Other Changes
|
|||
* SOLR-6895: Deprecated SolrServer classes have been removed (Alan Woodward,
|
||||
Erik Hatcher)
|
||||
|
||||
================== 5.1.0 ==================
|
||||
(No Changes)
|
||||
|
||||
================== 5.0.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
|
Loading…
Reference in New Issue