You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/10/31 14:06:27 UTC

[34/37] lucene-solr:jira/solr-8542-v2: Adding version 6.4.0

Adding version 6.4.0


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

Branch: refs/heads/jira/solr-8542-v2
Commit: 72bdbd234e28daba522d71aed37c11c79970678b
Parents: 66c90a9
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Mon Oct 31 16:47:00 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Mon Oct 31 16:47:00 2016 +0530

----------------------------------------------------------------------
 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/72bdbd23/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 385a9ae..6697fbf 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -54,6 +54,9 @@ Other
 
 * LUCENE-7360: Remove Explanation.toHtml() (Alan Woodward)
 
+======================= Lucene 6.4.0 =======================
+(No Changes)
+
 ======================= Lucene 6.3.0 =======================
 
 API Changes

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/72bdbd23/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 58a9e0e..2355a9a 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -74,6 +74,13 @@ public final class Version {
   public static final Version LUCENE_6_3_0 = new Version(6, 3, 0);
 
   /**
+   * Match settings and bugs in Lucene's 6.4.0 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_4_0 = new Version(6, 4, 0);
+
+  /**
    * Match settings and bugs in Lucene's 7.0.0 release.
    *  <p>
    *  Use this to get the latest &amp; greatest settings, bug