You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/09 14:35:20 UTC

[lucene-solr] branch branch_8x updated: Add bugfix version 8.6.3

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 17c0826  Add bugfix version 8.6.3
17c0826 is described below

commit 17c08264a3be4d8131ac150b45320c54f73a0ff0
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Fri Oct 9 10:35:13 2020 -0400

    Add bugfix version 8.6.3
---
 lucene/CHANGES.txt                                       | 6 ++++++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 7 +++++++
 solr/CHANGES.txt                                         | 8 ++++++++
 3 files changed, 21 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 36cf2d7..c2b871f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -138,6 +138,12 @@ Build
 
 * Upgrade forbiddenapis to version 3.1.  (Uwe Schindler)
 
+======================= Lucene 8.6.3 =======================
+
+Bug Fixes
+---------------------
+(No changes)
+
 ======================= Lucene 8.6.2 =======================
 
 Bug Fixes
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 a8401e4..bd68307 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -237,6 +237,13 @@ public final class Version {
   public static final Version LUCENE_8_6_2 = new Version(8, 6, 2);
 
   /**
+   * Match settings and bugs in Lucene's 8.6.3 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_6_3 = new Version(8, 6, 3);
+
+  /**
    * Match settings and bugs in Lucene's 8.7.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9ecf681..7f25dda 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -186,6 +186,14 @@ Other Changes
 
 * SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble)
 
+==================  8.6.3 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Bug Fixes
+---------------------
+(No changes)
+
 ==================  8.6.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.