This is an automated email from the ASF dual-hosted git repository.
krisden 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 853fd084c14 SOLR-16589: move changes to 9.1.1
853fd084c14 is described below
commit 853fd084c1429593b72d75e1c2d400065529cb54
Author: Kevin Risden <[email protected]>
AuthorDate: Thu Dec 15 18:13:38 2022 -0500
SOLR-16589: move changes to 9.1.1
---
solr/CHANGES.txt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 18624b98cad..6ada0a14d6b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -130,7 +130,6 @@ Bug Fixes
* SOLR-10458: Fix followRedirect property on HttpSolrClient not set when using
Builder pattern. (Eric Pugh)
-* SOLR-16589: Large fields with large=true can be truncated when using unicode
values (Kevin Risden)
Build
---------------------
@@ -179,6 +178,12 @@ Other Changes
* SOLR-16569: Add java system property to overseer queue size (Nick Ginther
via noble)
+================== 9.1.1 ==================
+
+Bug Fixes
+---------------------
+* SOLR-16589: Large fields with large=true can be truncated when using unicode
values (Kevin Risden)
+
================== 9.1.0 ==================
New Features