This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 5bcfbbda8af CHANGES.txt correct name typo
5bcfbbda8af is described below
commit 5bcfbbda8afa534d2d38b6b752620d1795e0650e
Author: David Smiley <[email protected]>
AuthorDate: Thu Nov 30 20:06:23 2023 -0500
CHANGES.txt correct name typo
---
solr/CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5d15d558a83..4b29d840480 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -18,7 +18,7 @@ Improvements
* SOLR-17053: Distributed search with shards.tolerant: if all shards fail,
fail the request (Aparna Suresh via David Smiley)
* SOLR-16924: RESTORECORE now sets the UpdateLog to ACTIVE state instead of
requiring a separate
- REQUESTAPPLYUPDATES call in Collection restore. (Julia Lamoine, David
Smiley)
+ REQUESTAPPLYUPDATES call in Collection restore. (Julia Maimone, David
Smiley)
* SOLR-16907: Fail when parsing an invalid custom permission definition from
security.json (janhoy, Uwe Schindler)