You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2023/01/25 06:11:17 UTC

[solr-site] branch main updated: minor adjustments to address site build failure

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

magibney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 86e246e77 minor adjustments to address site build failure
86e246e77 is described below

commit 86e246e77fdc496244799dc20bfd4214e9ae1bdf
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Wed Jan 25 01:10:35 2023 -0500

    minor adjustments to address site build failure
---
 content/solr/solr_news/2023-01-25-9-1-1-available.md | 20 ++++++++++----------
 pelicanconf.py                                       |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/solr/solr_news/2023-01-25-9-1-1-available.md b/content/solr/solr_news/2023-01-25-9-1-1-available.md
index 6460b87bd..1c9f03366 100644
--- a/content/solr/solr_news/2023-01-25-9-1-1-available.md
+++ b/content/solr/solr_news/2023-01-25-9-1-1-available.md
@@ -14,19 +14,19 @@ Solr 9.1.1 is available for immediate download at:
 
 Bugfixes
 
- * SOLR-16589: Fixed issue where large fields with large=true could be truncated when using unicode values
- * SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start offset, like `q=*:*&start=10`
- * SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
- * SOLR-16622: Fixed issue where replicas could fail to register as active after node restart
+* SOLR-16589: Fixed issue where large fields with large=true could be truncated when using unicode values
+* SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start offset, like `q=*:*&start=10`
+* SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
+* SOLR-16622: Fixed issue where replicas could fail to register as active after node restart
 
 Other
 
- * SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
- * SOLR-16568: Upgrade woodstox-core to 6.4.0
- * SOLR-16598: Upgrade Protobuf to 3.21.12
- * SOLR-16567: Fixed problem with filtering and KNN search, especially when using post-filters
- * SOLR-16588: Fixed problem with default knn algorithm
- * SOLR-16480: ConfigSets now have an overridable allow-list for filetypes
+* SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
+* SOLR-16568: Upgrade woodstox-core to 6.4.0
+* SOLR-16598: Upgrade Protobuf to 3.21.12
+* SOLR-16567: Fixed problem with filtering and KNN search, especially when using post-filters
+* SOLR-16588: Fixed problem with default knn algorithm
+* SOLR-16480: ConfigSets now have an overridable allow-list for filetypes
 
 
 Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
diff --git a/pelicanconf.py b/pelicanconf.py
index 2861067be..430c66c62 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.1.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 01, 25)
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 1, 25)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'