You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/12/09 09:29:11 UTC

[lucene-solr] branch branch_8x updated: SOLR-13977: Move changes entry to 8.4

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 9dd1b4a  SOLR-13977: Move changes entry to 8.4
9dd1b4a is described below

commit 9dd1b4accc94055d305c7013e25324947bc67f57
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Mon Dec 9 10:27:53 2019 +0100

    SOLR-13977: Move changes entry to 8.4
    
    (cherry picked from commit 0d78535dcfeab88edfd97b8d892b2e783aaf5504)
---
 solr/CHANGES.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0c3ca70..9ce9357 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -140,6 +140,7 @@ Bug Fixes
 
 * SOLR-13087: Use EUID instead of whoami to check for root in the bin/solr script (Martijn Koster via Jason Gerlowski)
 
+* SOLR-13977: solr create -c not working under Windows 10 (janhoy)
 
 Other Changes
 ---------------------
@@ -198,8 +199,6 @@ Bug Fixes
 * SOLR-13971: Velocity response writer's resource loading now possible only through startup parameters.
   (Ishan Chattopadhyaya, David Smiley)
 
-* SOLR-13977: solr create -c not working under Windows 10 (janhoy)
-
 ==================  8.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.