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 2019/03/04 09:52:29 UTC

[lucene-solr] branch branch_8_0 updated: Add version 7.7.1 and bwc indices.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch branch_8_0
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_0 by this push:
     new ffbadbc  Add version 7.7.1 and bwc indices.
ffbadbc is described below

commit ffbadbce2cd8daa6cbc12beb26b43c424dde43a2
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Mar 4 10:49:29 2019 +0100

    Add version 7.7.1 and bwc indices.
---
 lucene/CHANGES.txt                                      |   3 +++
 .../apache/lucene/index/TestBackwardsCompatibility.java |   7 +++++--
 .../test/org/apache/lucene/index/index.7.7.1-cfs.zip    | Bin 0 -> 35982 bytes
 .../test/org/apache/lucene/index/index.7.7.1-nocfs.zip  | Bin 0 -> 15606 bytes
 .../src/test/org/apache/lucene/index/sorted.7.7.1.zip   | Bin 0 -> 71178 bytes
 .../core/src/java/org/apache/lucene/util/Version.java   |   7 +++++++
 solr/CHANGES.txt                                        |  16 ++++++++++++++++
 7 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 94415ef..2a3efb2 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -272,6 +272,9 @@ Optimizations
 * LUCENE-8585: Index-time jump-tables for DocValues, for O(1) advance when retrieving doc values.
   (Toke Eskildsen, Adrien Grand)
 
+======================= Lucene 7.7.1 =======================
+(No Changes)
+
 ======================= Lucene 7.7.0 =======================
 
 Changes in Runtime Behavior
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
index 430d9e5..e3fd20b 100644
--- a/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
+++ b/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
@@ -308,7 +308,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "7.6.0-cfs",
     "7.6.0-nocfs",
     "7.7.0-cfs",
-    "7.7.0-nocfs"
+    "7.7.0-nocfs",
+    "7.7.1-cfs",
+    "7.7.1-nocfs"
   };
 
   public static String[] getOldNames() {
@@ -326,7 +328,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
     "sorted.7.4.0",
     "sorted.7.5.0",
     "sorted.7.6.0",
-    "sorted.7.7.0"
+    "sorted.7.7.0",
+    "sorted.7.7.1"
   };
 
   public static String[] getOldSortedNames() {
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip
new file mode 100644
index 0000000..6b264fc
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-cfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip
new file mode 100644
index 0000000..8bdfc59
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/index.7.7.1-nocfs.zip differ
diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip
new file mode 100644
index 0000000..071cda1
Binary files /dev/null and b/lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.7.7.1.zip differ
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 9a43d4c..c5df578 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -111,6 +111,13 @@ public final class Version {
   public static final Version LUCENE_7_7_0 = new Version(7, 7, 0);
 
   /**
+   * Match settings and bugs in Lucene's 7.7.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_7_1 = new Version(7, 7, 1);
+
+  /**
    * Match settings and bugs in Lucene's 8.0.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b8d2fda..0bc0479 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -258,6 +258,22 @@ Other Changes
 
 * SOLR-9515: Hadoop dependencies have been upgraded to Hadoop 3.2.0 from 2.7.2. (Mark Miller, Kevin Risden)
 
+==================  7.7.1 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.19.1
+Carrot2 3.16.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache ZooKeeper 3.4.13
+Jetty 9.4.14.v20181114
+
+
+(No Changes)
+
+
 ==================  7.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.