You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:31 UTC

[lucene] 17/45: Add bugfix version 8.8.1

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

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

commit ae41fdd04311c68de3397b04a0af8ae1f837ec5c
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Tue Feb 23 09:05:21 2021 -0700

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 1052c73..6112ad3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -51,6 +51,12 @@ Other
 ---------------------
 (No changes)
 
+======================= Lucene 8.8.1 =======================
+
+Bug Fixes
+---------------------
+(No changes)
+
 ======================= Lucene 8.8.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 999b8d1..282d106 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -258,6 +258,13 @@ public final class Version {
   public static final Version LUCENE_8_8_0 = new Version(8, 8, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.8.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_8_1 = new Version(8, 8, 1);
+
+  /**
    * Match settings and bugs in Lucene's 8.9.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug