mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 11:16:35 +00:00
Bumping up version as part of the 5.2 release process, merge from branch_5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c243dacfff
commit
bdedc94bd3
@ -32,6 +32,9 @@ API Changes
|
||||
* LUCENE-6067: Accountable.getChildResources has a default
|
||||
implementation returning the empty list. (Robert Muir)
|
||||
|
||||
======================= Lucene 5.3.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 5.2.0 =======================
|
||||
|
||||
New Features
|
||||
|
@ -53,6 +53,13 @@ public final class Version {
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_2_0 = new Version(5, 2, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.3.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_3_0 = new Version(5, 3, 0);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
@ -60,6 +60,9 @@ Other Changes
|
||||
* SOLR-7355: Switch from Google's ConcurrentLinkedHashMap to Caffeine. Only
|
||||
affects HDFS support. (Ben Manes via Shawn Heisey)
|
||||
|
||||
================== 5.3.0 ==================
|
||||
(No Changes)
|
||||
|
||||
================== 5.2.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
Loading…
x
Reference in New Issue
Block a user