You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by el...@apache.org on 2023/03/14 01:06:17 UTC

[solr] branch branch_9_2 updated: SOLR-16686: Fix CHANGES.txt mistake, moved to 9.2

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

elyograg pushed a commit to branch branch_9_2
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_2 by this push:
     new 19221ddedd3 SOLR-16686:  Fix CHANGES.txt mistake, moved to 9.2
19221ddedd3 is described below

commit 19221ddedd39e92679a684e81d03786987a53a98
Author: Shawn Heisey <el...@apache.org>
AuthorDate: Mon Mar 13 19:04:35 2023 -0600

    SOLR-16686:  Fix CHANGES.txt mistake, moved to 9.2
---
 solr/CHANGES.txt | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 837bb9a12fc..3991a4a679b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -4,14 +4,6 @@ This file lists Solr's raw release notes with details of every change to Solr.
 Most people will find the solr-upgrade-notes.adoc file more approachable.
 https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
 
-==================  9.3.0 ==================
-
-Bug Fixes
----------------------
-
-* SOLR-16686: Using bin/solr to copy a file from ZK to local fails if the local filename does not have a path.
-  (Shawn Heisey)
-
 ==================  9.2.0 ==================
 
 New Features
@@ -232,6 +224,9 @@ Bug Fixes
 
 * SOLR-16676: Logs: Http2SolrClient.async() lacked MDC (Alex Deparvu)
 
+* SOLR-16686: Using bin/solr to copy a file from ZK to local fails if the local filename does not have a path.
+  (Shawn Heisey)
+
 Build
 ---------------------
 * Upgrade forbiddenapis to 3.4 (Uwe Schindler)