You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/05/18 17:48:18 UTC

[solr] branch branch_9_0 updated: Update CHANGES entry to match 8.11

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

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


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new f452bf6dbea Update CHANGES entry to match 8.11
f452bf6dbea is described below

commit f452bf6dbea90d22aa2297d9e5cdd8374e0ad9fa
Author: Mike Drob <md...@apache.org>
AuthorDate: Wed May 18 12:47:28 2022 -0500

    Update CHANGES entry to match 8.11
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 217b563bd6b..44bdb4c35e3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -694,7 +694,7 @@ Bug Fixes
 
 * SOLR-16022: Enforce special character requirements on passwords with length less than 15 (Timothy Potter)
 
-* SOLR-16143: SolrConfig ResourceProvider can miss updates from ZooKeeper (Mike Drob)
+* SOLR-16143: SolrConfig can miss updates from ZooKeeper when deleting and recreating file items (Mike Drob)
 
 * SOLR-16164: ConfigSet API returns error if untrusted user creates from _default configset (Eric Pugh, Kevin Risden)