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 2018/09/10 14:06:14 UTC

lucene-solr:master: Add 7.6.0 version

Repository: lucene-solr
Updated Branches:
  refs/heads/master 1f2b344de -> 3a71bf39d


Add 7.6.0 version


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3a71bf39
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3a71bf39
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3a71bf39

Branch: refs/heads/master
Commit: 3a71bf39d1af2e62d5a84b5a3a7daf6a874ce164
Parents: 1f2b344
Author: Jim Ferenczi <ji...@apache.org>
Authored: Mon Sep 10 16:05:53 2018 +0200
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Mon Sep 10 16:05:53 2018 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt                                  |  3 +++
 .../src/java/org/apache/lucene/util/Version.java    |  7 +++++++
 solr/CHANGES.txt                                    | 16 ++++++++++++++++
 3 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a71bf39/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 846554e..a9b97a7 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -160,6 +160,9 @@ Optimizations
 * LUCENE-8448: Boolean queries now propagates the mininum score to their sub-scorers.
   (Jim Ferenczi, Adrien Grand)
 
+======================= Lucene 7.6.0 =======================
+(No Changes)
+
 ======================= Lucene 7.5.0 =======================
 
 API Changes:

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a71bf39/lucene/core/src/java/org/apache/lucene/util/Version.java
----------------------------------------------------------------------
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 80368da..808e56b 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -97,6 +97,13 @@ public final class Version {
   public static final Version LUCENE_7_5_0 = new Version(7, 5, 0);
 
   /**
+   * Match settings and bugs in Lucene's 7.6.0 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_6_0 = new Version(7, 6, 0);
+
+  /**
    * Match settings and bugs in Lucene's 8.0.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a71bf39/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 797acfc..0d71204 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -71,6 +71,22 @@ Other Changes
   java.time.DateTimeFormatter instead of Joda time (see upgrade notes).  "Lenient" is enabled.  Removed Joda Time dependency.
   (David Smiley, Bar Rotstein)
 
+==================  7.6.0 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.18
+Carrot2 3.16.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache ZooKeeper 3.4.11
+Jetty 9.4.11.v20180605
+
+
+(No Changes)
+
+
 ==================  7.5.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.