Create 5.5.0 release in trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Upayavira 2015-11-25 14:46:45 +00:00
parent d9129621aa
commit bfffa7e0df
3 changed files with 13 additions and 0 deletions

View File

@ -103,6 +103,9 @@ Changes in Runtime Behavior
and codec components are no longer allowed to use this extension and codec components are no longer allowed to use this extension
(Robert Muir, Mike McCandless) (Robert Muir, Mike McCandless)
======================= Lucene 5.5.0 =======================
(No Changes)
======================= Lucene 5.4.0 ======================= ======================= Lucene 5.4.0 =======================
New Features New Features

View File

@ -81,6 +81,13 @@ public final class Version {
@Deprecated @Deprecated
public static final Version LUCENE_5_4_0 = new Version(5, 4, 0); public static final Version LUCENE_5_4_0 = new Version(5, 4, 0);
/**
* Match settings and bugs in Lucene's 5.5.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_5_5_0 = new Version(5, 5, 0);
/** Match settings and bugs in Lucene's 6.0 release. /** Match settings and bugs in Lucene's 6.0 release.
* <p> * <p>
* Use this to get the latest &amp; greatest settings, bug * Use this to get the latest &amp; greatest settings, bug

View File

@ -159,6 +159,9 @@ Other Changes
* SOLR-8179: SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the connection string * SOLR-8179: SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the connection string
(Kevin Risden, Joel Bernstein) (Kevin Risden, Joel Bernstein)
================== 5.5.0 ==================
(No Changes)
================== 5.4.0 ================== ================== 5.4.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release