You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2020/07/15 14:09:49 UTC

[lucene-solr] branch master updated: Sync CHANGES for 8.6.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new efb936b  Sync CHANGES for 8.6.0
efb936b is described below

commit efb936b787e638d888a4d19271b28bf951f470d0
Author: Bruno Roustant <br...@salesforce.com>
AuthorDate: Wed Jul 15 16:09:41 2020 +0200

    Sync CHANGES for 8.6.0
---
 lucene/CHANGES.txt | 34 ++++++++++++++++++++++++++++++----
 solr/CHANGES.txt   |  6 +++---
 2 files changed, 33 insertions(+), 7 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index dac0401..119a37d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -60,10 +60,6 @@ API Changes
 
 Improvements
 
-* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
-  per hit in dependencies, ExpressionFunctionValues will no longer
-  recompute already computed values (Haoyu Zhai)
-
 * LUCENE-9370: RegExp query is no longer lenient about inappropriate backslashes and
   follows the Java Pattern policy for rejecting illegal syntax.  (Mark Harwood)
 
@@ -155,6 +151,36 @@ Other
 * LUCENE-9411: Fail complation on warnings, 9x gradle-only (Erick Erickson, Dawid Weiss)
   Deserves mention here as well as Lucene CHANGES.txt since it affects both.
 
+======================= Lucene 8.7.0 =======================
+
+API Changes
+---------------------
+(No changes)
+
+New Features
+---------------------
+
+* LUCENE-9386: RegExpQuery added case insensitive matching option. (Mark Harwood)
+
+Improvements
+---------------------
+
+* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
+  per hit in dependencies, ExpressionFunctionValues will no longer
+  recompute already computed values (Haoyu Zhai)
+
+Optimizations
+---------------------
+(No changes)
+
+Bug Fixes
+---------------------
+(No changes)
+
+Other
+---------------------
+(No changes)
+
 ======================= Lucene 8.6.0 =======================
 
 API Changes
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0f0dae4..375532f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -6,7 +6,7 @@ https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/solr-u
 
 ==================  9.0.0 ==================
 
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
 Upgrade Notes
 ---------------------
@@ -104,7 +104,7 @@ Bug Fixes
 
 ==================  8.7.0 ==================
 
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
 New Features
 ---------------------
@@ -154,7 +154,7 @@ Other Changes
 
 ==================  8.6.0 ==================
 
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
 New Features
 ---------------------