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:
Anshum Gupta 2015-05-22 07:19:30 +00:00
parent c243dacfff
commit bdedc94bd3
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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 &amp; greatest settings, bug

View File

@ -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