You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/05/02 09:22:32 UTC

[solr] branch branch_9_2 updated: SOLR-16777 Move changes entry from 9.2.1 to 9.2.2

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

janhoy 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 9a4f4fff1cc SOLR-16777 Move changes entry from 9.2.1 to 9.2.2
9a4f4fff1cc is described below

commit 9a4f4fff1cca1590eb039b521fb3f10abbdb62b3
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Tue May 2 11:21:57 2023 +0200

    SOLR-16777 Move changes entry from 9.2.1 to 9.2.2
    
    Signed-off-by: Jan Høydahl <ja...@users.noreply.github.com>
---
 solr/CHANGES.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a85c5394f66..c134f91d21e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -7,7 +7,7 @@ https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-not
 ==================  9.2.2 ==================
 Bug Fixes
 ---------------------
-(No changes)
+* SOLR-16777: Fix for Schema Designer blindly trusting potentially malicious configsets (Ishan Chattopadhyaya, Skay)
 
 Dependency Upgrades
 ---------------------
@@ -37,8 +37,6 @@ Bug Fixes
 
 * SOLR-16741: CLUSTERSTATUS API returns wrong value for state ,leader for PRS collections (noble)
 
-* SOLR-16777: Fix for Schema Designer blindly trusting potentially malicious configsets (Ishan Chattopadhyaya, Skay)
-
 Other Changes
 ---------------------
 * SOLR-16735: Allow custom configuration of Jetty's SecureRequestCustomizer (Tomás Fernández Löbbe)