From 6d9c714052a1a34eee8b56fd5b6599accdbe7423 Mon Sep 17 00:00:00 2001 From: Nicholas Knize Date: Fri, 9 Nov 2018 15:20:33 -0600 Subject: [PATCH] Add 7.7.0 version --- lucene/CHANGES.txt | 3 +++ .../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 c3ff48284b5..1a0064400d5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -192,6 +192,9 @@ Optimizations * LUCENE-8507: TopFieldCollector can now update the minimum competitive score if the primary sort is by relevancy and the total hit count is not required. (Jim Ferenczi) +======================= Lucene 7.7.0 ======================= +(No Changes) + ======================= Lucene 7.6.0 ======================= Build: 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 808e56baa3c..9a43d4ce569 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -103,6 +103,13 @@ public final class Version { @Deprecated public static final Version LUCENE_7_6_0 = new Version(7, 6, 0); + /** + * Match settings and bugs in Lucene's 7.7.0 release. + * @deprecated Use latest + */ + @Deprecated + public static final Version LUCENE_7_7_0 = new Version(7, 7, 0); + /** * Match settings and bugs in Lucene's 8.0.0 release. *

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 340538499b3..a13e5cb867d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -98,6 +98,22 @@ Other Changes * SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view (janhoy) +================== 7.7.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.11 +Jetty 9.4.11.v20180605 + + +(No Changes) + + ================== 7.6.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.