From 0900fa1828fec78c0fb5de7864467782a0572879 Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Fri, 26 Mar 2021 18:56:06 +0000 Subject: [PATCH] SOLR-15249: move solr/CHANGES.txt entry from 9.0.0 to 8.9.0 section To match https://github.com/apache/lucene-solr/commit/c401dd4cca2f31db46f6fca3d2bc79694c02489b on branch_8x for 8.9.0 version. --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ff928bd1f86..435bac1c60c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -240,8 +240,6 @@ Bug Fixes * SOLR-15162: Allow readOnly parameter to be used with v2 modify collection command (Eric Pugh) -* SOLR-15249: Properly set ZK ACLs on /security.json (Mike Drob) - ================== 8.9.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. @@ -304,6 +302,8 @@ Bug Fixes * SOLR-15191: Fix JSON Faceting on EnumFieldType if allBuckets, numBuckets or missing is set. (Thomas Wöckinger, David Smiley) +* SOLR-15249: Properly set ZK ACLs on /security.json (Mike Drob) + * SOLR-15273: Fix NullPointerException in StoredFieldsShardResponseProcessor that happened when a field name alias is used for the unique key field in searches with distributed result grouping. (limingnihao via Christine Poerschke)