diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index fdb84021b8d..07e57769257 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -64,6 +64,32 @@ Other * 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 ======================= API Changes diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java index 3e8ca804bbc..81632d6dca7 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -67,6 +67,13 @@ public final class Version { @Deprecated 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. *

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 064c5933450..d57a8c539f3 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -80,6 +80,42 @@ Other Changes * 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 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.