You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/16 11:13:09 UTC

[lucene] branch branch_9x updated: Add bugfix version 8.11.1

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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 5694fa8  Add bugfix version 8.11.1
5694fa8 is described below

commit 5694fa840e80b77412636017f941cbfc521e4421
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 12:13:06 2021 +0100

    Add bugfix version 8.11.1
---
 lucene/CHANGES.txt                                       | 6 ++++++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3b12503..afd8e1d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -546,6 +546,12 @@ Other
 * LUCENE-10024: Catch NoSuchFileException when opening index directory with Luke.
   (Michael Wechner, Tomoko Uchida)
 
+======================= Lucene 8.11.1 =======================
+
+Bug Fixes
+---------------------
+* SOLR-15843: Update Log4J to 2.16 (Mike Drob, janhoy)
+
 ======================= Lucene 8.11.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 edda5de..95c473f 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -189,10 +189,19 @@ public final class Version {
    * Match settings and bugs in Lucene's 8.11.0 release.
    *
    * @deprecated Use latest
+   * @deprecated (8.11.1) Use latest
    */
+  @Deprecated
   @Deprecated public static final Version LUCENE_8_11_0 = new Version(8, 11, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.11.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_11_1 = new Version(8, 11, 1);
+
+  /**
    * Match settings and bugs in Lucene's 8.12.0 release.
    *
    * @deprecated Use latest