You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/04/16 07:37:07 UTC

[lucene-solr] branch master updated: Move bugfix entries to version 8.5.1

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

ivera 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 b7b85f3  Move bugfix entries to version 8.5.1
b7b85f3 is described below

commit b7b85f3e7591c294757566ca89358c7053e400a2
Author: iverase <iv...@apache.org>
AuthorDate: Thu Apr 16 09:36:55 2020 +0200

    Move bugfix entries to version 8.5.1
---
 lucene/CHANGES.txt | 7 +++----
 solr/CHANGES.txt   | 5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 652ec38..834e8e1 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -173,9 +173,6 @@ Bug Fixes
 
 * LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher for empty fields (Marvin Justice via Mike Drob)
 
-* LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created
-  externally and added to the index with IndexWriter#addIndexes(Directory). (Jim Ferenczi, Adrien Grand)
-
 * LUCENE-9309: Wait for #addIndexes merges when aborting merges. (Simon Willnauer)
 
 Other
@@ -201,7 +198,9 @@ Other
 
 Bug Fixes
 ---------------------
-(No changes)
+
+* LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created
+  externally and added to the index with IndexWriter#addIndexes(Directory). (Jim Ferenczi, Adrien Grand)
 
 ======================= Lucene 8.5.0 =======================
 
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 337f937..970fc33 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -118,8 +118,6 @@ Bug Fixes
 
 * SOLR-14356: PeerSync should not fail with SocketTimeoutException from hanging nodes (Cao Manh Dat)
 
-* SOLR-14359: Admin UI collection/core drop-downs had wrong placeholder text. Fixed by upgrading angular-chosen (janhoy)
-
 * SOLR-14402: Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed search.
   This is a fix for incomplete optimization made by SOLR-11880 in Solr 7.4 which fixed distributed updates but not
   distributed search. (shalin)
@@ -161,7 +159,8 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
 
 Bug Fixes
 ---------------------
-(No changes)
+
+* SOLR-14359: Admin UI collection/core drop-downs had wrong placeholder text. Fixed by upgrading angular-chosen (janhoy)
 
 ==================  8.5.0 ==================