Add next minor version 8.5

This commit is contained in:
Adrien Grand 2019-12-12 09:37:51 +01:00
parent dce36c10e9
commit b72365ae21
3 changed files with 69 additions and 0 deletions

View File

@ -64,6 +64,32 @@ Other
* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
======================= Lucene 8.5.0 =======================
API Changes
---------------------
(No changes)
New Features
---------------------
(No changes)
Improvements
---------------------
(No changes)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------
(No changes)
Other
---------------------
(No changes)
======================= Lucene 8.4.0 =======================
API Changes

View File

@ -81,6 +81,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_8_4_0 = new Version(8, 4, 0);
/**
* Match settings and bugs in Lucene's 8.5.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_8_5_0 = new Version(8, 5, 0);
/**
* Match settings and bugs in Lucene's 9.0.0 release.
* <p>

View File

@ -89,6 +89,42 @@ Other Changes
* SOLR-13797: SolrResourceLoader no longer caches bad results when asked for wrong type (Mike Drob)
================== 8.5.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 2.0 and Velocity Tools 3.0
Apache ZooKeeper 3.5.5
Jetty 9.4.19.v20190610
Upgrade Notes
---------------------
(No changes)
New Features
---------------------
(No changes)
Improvements
---------------------
(No changes)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------
(No changes)
Other Changes
---------------------
(No changes)
================== 8.4.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.