mirror of https://github.com/apache/lucene.git
Add version 5.2.0 to trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f5814ce27
commit
3cd47b0e19
|
@ -46,6 +46,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_5_1_0 = new Version(5, 1, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.2.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_2_0 = new Version(5, 2, 0);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
|
@ -58,6 +58,9 @@ Other Changes
|
|||
|
||||
* SOLR-6954: Deprecated SolrClient.shutdown() method removed (Alan Woodward)
|
||||
|
||||
================== 5.2.0 ==================
|
||||
(No Changes)
|
||||
|
||||
================== 5.1.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
|
Loading…
Reference in New Issue