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 2017/02/08 14:59:20 UTC

lucene-solr:branch_6x: Add version constant for 5.5.4.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 568f130c5 -> 7260cbf44


Add version constant for 5.5.4.


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

Branch: refs/heads/branch_6x
Commit: 7260cbf4449a2731d86abcc2fb7329e585674fc6
Parents: 568f130
Author: Adrien Grand <jp...@gmail.com>
Authored: Wed Feb 8 15:58:17 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Wed Feb 8 15:58:17 2017 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt                                 |  3 +++
 .../src/java/org/apache/lucene/util/Version.java   |  7 +++++++
 solr/CHANGES.txt                                   | 17 +++++++++++++++++
 3 files changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7260cbf4/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f834ca4..1ed8855 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -1065,6 +1065,9 @@ Other
 * LUCENE-7095: Add point values support to the numeric field query time join.
   (Martijn van Groningen, Mike McCandless)
 
+======================= Lucene 5.5.4 =======================
+(No Changes)
+
 ======================= Lucene 5.5.3 =======================
 (No Changes)
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7260cbf4/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 366e3ac..9457294 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -123,6 +123,13 @@ public final class Version {
   @Deprecated
   public static final Version LUCENE_5_5_3 = new Version(5, 5, 3);
 
+  /**
+   * Match settings and bugs in Lucene's 5.5.4 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_5_5_4 = new Version(5, 5, 4);
+
   /** Match settings and bugs in Lucene's 6.0 release.
    * @deprecated (6.1.0) Use latest
    */

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7260cbf4/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 57cc5ba..53bafde 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -1915,6 +1915,23 @@ Other Changes
 * SOLR-8904: DateUtil in SolrJ moved to the extraction contrib as ExtractionDateUtil.  Obsolete methods were removed.
   (David Smiley)
 
+======================= 5.5.4 =======================
+
+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)
+
+
 ======================= 5.5.3 =======================
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.