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:35:31 UTC

[lucene-solr] branch branch_8x updated: Add next release version 7.8.0

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

jimczi 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 ed49c5c  Add next release version 7.8.0
ed49c5c is described below

commit ed49c5c14ea9d0aea31d3ab220c3bc087ec6246f
Author: jimczi <ji...@apache.org>
AuthorDate: Tue Jan 29 14:28:13 2019 +0100

    Add next release version 7.8.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 76d6434..b0b7ec5 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -255,6 +255,9 @@ Optimizations
 * LUCENE-8585: Index-time jump-tables for DocValues, for O(1) advance when retrieving doc values.
   (Toke Eskildsen, Adrien Grand)
 
+======================= Lucene 7.8.0 =======================
+(No Changes)
+
 ======================= Lucene 7.7.0 =======================
 
 Changes in Runtime Behavior
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 9dd7d71..ddc0525 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -111,6 +111,13 @@ public final class Version {
   public static final Version LUCENE_7_7_0 = new Version(7, 7, 0);
 
   /**
+   * Match settings and bugs in Lucene's 7.8.0 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_8_0 = new Version(7, 8, 0);
+
+  /**
    * Match settings and bugs in Lucene's 8.0.0 release.
    * @deprecated (8.1.0) Use latest
    */
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b88e0b2..7fef726 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -220,6 +220,22 @@ Other Changes
 
 * SOLR-12365: Renamed class Config to XmlConfigFile (David Smiley)
 
+==================  7.8.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)
+
+
 ==================  7.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.