This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 308e8fb Sync changes section after 8.11.1 release
308e8fb is described below
commit 308e8fb640c04de60281a151f003a62bb6fc3dec
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Dec 16 12:35:44 2021 +0100
Sync changes section after 8.11.1 release
---
solr/CHANGES.txt | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d0c8ec6..cb12867 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -451,8 +451,6 @@ Bug Fixes
Bug Fixes
---------------------
-* SOLR-15794: Switching a PRS collection from true -> false -> true results in
INACTIVE replicas (noble)
-
* SOLR-15635: Don't close hooks twice when SolrRequestInfo is cleared twice;
or /export with classic join
closed fromCore if provided (Mikhail Khludnev, David Smiley)
@@ -460,10 +458,14 @@ Bug Fixes
* SOLR-15804: Admin UI once again can show files in the Core/Collection ->
Files screen. Fixed regression from 8.11.0 (Karl Stoney, janhoy)
+* SOLR-15768: Set default permissions for the zookeeper endpoints so users
won't need to configure custom permissions for these (janhoy)
+
* SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box
directive for the security and schema-designer screens in Admin UI (Timothy
Potter)
* SOLR-13900: Reset index values on authorization rules after deleting by
index (Timothy Potter)
+* SOLR-15794: Switching a PRS collection from true -> false -> true results in
INACTIVE replicas (noble)
+
* SOLR-15813: Schema designer not handling `update.autoCreateFields` stored as
a string (vs. boolean) in the config overlay (Timothy Potter)
* SOLR-15825: Security UI 'hasPermission' check should check if the user has
the "all" permission if the requested permission is not defined
@@ -480,10 +482,14 @@ Bug Fixes
* SOLR-15832: Clean-up after publish action in Schema Designer shouldn't fail
if .system collection doesn't exist (Timothy Potter)
+* SOLR-15844: Upgrade Velocity from v2.0 to v2.3 (wcmrnd1, janhoy)
+
* SOLR-8319: Fix NPE in pivot facets, add non-Analyzed query method in
FieldType. (Houston Putman, Isabelle Giguere)
* SOLR-15843: Update Log4J to 2.16 (Mike Drob, janhoy)
+* SOLR-15324: Upgrade jaegertracing to 1.6.0 and libthrift to 0.14.1 (wcmrnd1,
janhoy)
+
================== 8.11.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this
release.