Add next minor release version 8.1.0

This commit is contained in:
jimczi 2019-01-29 14:11:59 +01:00
parent 1cfbd3e1c8
commit cf39708609
3 changed files with 26 additions and 0 deletions

View File

@ -11,6 +11,9 @@ API Changes
removed. (Dawid Weiss)
======================= Lucene 8.1.0 =======================
(No Changes)
======================= Lucene 8.0.0 =======================
API Changes

View File

@ -39,6 +39,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
/**
* Match settings and bugs in Lucene's 8.1.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_8_1_0 = new Version(8, 1, 0);
/**
* Match settings and bugs in Lucene's 9.0.0 release.
* <p>

View File

@ -36,6 +36,22 @@ New Features
* SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
================== 8.1.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
Versions of Major Components
---------------------
Apache Tika 1.19.1
Carrot2 3.16.0
Velocity 1.7 and Velocity Tools 2.0
Apache ZooKeeper 3.4.13
Jetty 9.4.14.v20181114
(No Changes)
================== 8.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.