You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2019/01/29 13:13:17 UTC

[lucene-solr] branch master updated: Add next minor release version 8.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf39708  Add next minor release version 8.1.0
cf39708 is described below

commit cf39708609ac9975cb462c0b1427fe2443d6d842
Author: jimczi <ji...@apache.org>
AuthorDate: Tue Jan 29 14:11:59 2019 +0100

    Add next minor release version 8.1.0
---
 lucene/CHANGES.txt                                       |  3 +++
 lucene/core/src/java/org/apache/lucene/util/Version.java |  7 +++++++
 solr/CHANGES.txt                                         | 16 ++++++++++++++++
 3 files changed, 26 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 57414c9..bb392a8 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -11,6 +11,9 @@ API Changes
   removed. (Dawid Weiss)
 
 
+======================= Lucene 8.1.0 =======================
+(No Changes)
+
 ======================= Lucene 8.0.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 8a5628e..4e851d4 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -40,6 +40,13 @@ public final class Version {
   public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.1.0 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_1_0 = new Version(8, 1, 0);
+
+  /**
    * Match settings and bugs in Lucene's 9.0.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9fae7ad..a5f0b6f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -36,6 +36,22 @@ New Features
 
 * SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
 
+==================  8.1.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 1.7 and Velocity Tools 2.0
+Apache ZooKeeper 3.4.13
+Jetty 9.4.14.v20181114
+
+
+(No Changes)
+
+
 ==================  8.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.