You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/10/07 20:25:57 UTC

[lucene-solr] branch master updated: SOLR-14659: Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9

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

thelabdude 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 2813b12  SOLR-14659: Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9
     new 7a13e81  Merge remote-tracking branch 'asf/master'
2813b12 is described below

commit 2813b1278bef3099f7f920b36511c9cede70bfaf
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Wed Oct 7 14:23:16 2020 -0600

    SOLR-14659: Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0780d84..ab3eafe 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -126,8 +126,6 @@ Other Changes
 
 * SOLR-14036: Remove distrib=false from /terms handler's default parameters (David Smiley, Munendra S N)
 
-* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble)
-
 * SOLR-14829: Cleanup the documentation for Request Handlers and Search Components (Alexandre Rafalovitch)
 
 * SOLR-10370: ReplicationHandler should fetch index at fixed delay instead of fixed rate (Cao Manh Dat)
@@ -305,6 +303,8 @@ Other Changes
 * SOLR-14910: Use in-line tags for logger declarations in Gradle ValidateLogCalls that are non-standard,
               change //logok to //nowarn (Erick Erickson)
 
+* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble)
+
 ==================  8.6.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.