You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/05/28 14:52:12 UTC

[4/5] lucene-solr:branch_7x: Add the 6.6.4 version.

Add the 6.6.4 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/51617c2b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/51617c2b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/51617c2b

Branch: refs/heads/branch_7x
Commit: 51617c2b969da1ea16effdf95e849e398380becf
Parents: 9ea8927
Author: Adrien Grand <jp...@gmail.com>
Authored: Mon May 28 16:35:35 2018 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Mon May 28 16:35:35 2018 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt                                       | 3 +++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 7 +++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/51617c2b/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3c798e0..f331601 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -840,6 +840,9 @@ Other
   that are trivially replaced by LeafReader.terms() and MultiFields.getTerms()
   (David Smiley)
 
+======================= Lucene 6.6.4 =======================
+(No Changes)
+
 ======================= Lucene 6.6.3 =======================
 
 Build

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/51617c2b/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 785c42c..418c9ff 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -137,6 +137,13 @@ public final class Version {
   public static final Version LUCENE_6_6_3 = new Version(6, 6, 3);
 
   /**
+   * Match settings and bugs in Lucene's 6.6.4 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_6_4 = new Version(6, 6, 4);
+
+  /**
    * Match settings and bugs in Lucene's 7.0.0 release.
    * @deprecated (7.1.0) Use latest
    */