From cdd4fad609ad456a1449be1e517e9277f35aa7ee Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 25 Jan 2017 17:29:14 +0100 Subject: [PATCH] Add version constants for 6.4.1. --- .../java/org/apache/lucene/util/Version.java | 7 +++++++ solr/CHANGES.txt | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) 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 00fb3298746..6477816ffd9 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -80,6 +80,13 @@ public final class Version { @Deprecated public static final Version LUCENE_6_4_0 = new Version(6, 4, 0); + /** + * Match settings and bugs in Lucene's 6.4.1 release. + * @deprecated Use latest + */ + @Deprecated + public static final Version LUCENE_6_4_1 = new Version(6, 4, 1); + /** * Match settings and bugs in Lucene's 6.5.0 release. * @deprecated Use latest diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a68f4454191..6db52296c18 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -133,6 +133,23 @@ Other Changes ---------------------- * SOLR-9980: Expose configVersion in core admin status (Jessica Cheng Mallet via Tomás Fernández Löbbe) +================== 6.4.1 ================== + +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.6 +Jetty 9.3.14.v20161028 + + +(No Changes) + + ================== 6.4.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.