Adding 8.4.0 version

This commit is contained in:
Ishan Chattopadhyaya 2019-10-08 20:03:38 +05:30
parent 44dc51608a
commit 2e1a470c90
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-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
======================= Lucene 8.4.0 =======================
API Changes
---------------------
(No changes)
New Features
---------------------
(No changes)
Improvements
---------------------
(No changes)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------
(No changes)
Other
---------------------
(No changes)
======================= Lucene 8.3.0 ======================= ======================= Lucene 8.3.0 =======================
API Changes API Changes

View File

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

View File

@ -80,6 +80,42 @@ Other Changes
* SOLR-13797: SolrResourceLoader no longer caches bad results when asked for wrong type (Mike Drob) * SOLR-13797: SolrResourceLoader no longer caches bad results when asked for wrong type (Mike Drob)
================== 8.4.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.3.0 ================== ================== 8.3.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.