diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index b92b3b9e90a..a57d67bd40f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -92,6 +92,9 @@ Other * LUCENE-7753: Make fields static when possible. (Daniel Jelinski via Adrien Grand) +======================= Lucene 6.7.0 ======================= +(No Changes) + ======================= Lucene 6.6.0 ======================= New Features 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 f6e6adcc5ed..94dcc8b04d4 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -115,6 +115,13 @@ public final class Version { @Deprecated public static final Version LUCENE_6_6_0 = new Version(6, 6, 0); + /** + * Match settings and bugs in Lucene's 6.7.0 release. + * @deprecated Use latest + */ + @Deprecated + public static final Version LUCENE_6_7_0 = new Version(6, 7, 0); + /** * Match settings and bugs in Lucene's 7.0.0 release. *

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 530a0650512..8814d15a56f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -140,6 +140,23 @@ Other Changes * SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ (noble) +================== 6.7.0 ================== + +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.13 +Carrot2 3.15.0 +Velocity 1.7 and Velocity Tools 2.0 +Apache UIMA 2.3.1 +Apache ZooKeeper 3.4.10 +Jetty 9.3.14.v20161028 + + +(No Changes) + + ================== 6.6.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.