You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by js...@apache.org on 2023/05/01 14:16:03 UTC

[solr-site] branch main updated: Update version variables for release 9.2.1

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

jsweeney 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 39d9c25e5 Update version variables for release 9.2.1
39d9c25e5 is described below

commit 39d9c25e50f38608a6acc8eb1edfa7d4afe08724
Author: Justin Sweeney <ju...@fullstory.com>
AuthorDate: Mon May 1 10:07:58 2023 -0400

    Update version variables for release 9.2.1
---
 .../solr/solr_news/2023-05-01-9-2-1-available.md   | 31 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +--
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/content/solr/solr_news/2023-05-01-9-2-1-available.md b/content/solr/solr_news/2023-05-01-9-2-1-available.md
new file mode 100644
index 000000000..4a5c135e2
--- /dev/null
+++ b/content/solr/solr_news/2023-05-01-9-2-1-available.md
@@ -0,0 +1,31 @@
+Title: Apache Solr™ 9.2.1 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.2.1.
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.
+
+Solr 9.2.1 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.2.1 Release Highlights:
+
+ * Fix Classloading Exception for inter-node requests when using SSL and HTTP2
+ * Use the right cluster property for displaying if TLS is enabled
+ * Fix NPE in SystemInfoHandler for inter-node requests that would cause the Nodes page not to load
+ * Fixing bin/solr's '-noprompt' option to work for examples
+ * Allow custom configuration of Jetty's SecureRequestCustomizer
+ * Fix KerberosPlugin module classloading when using the hadoop-auth module
+ * Fixing SOLR_DATA_HOME to be honored outside of verbose mode
+ * Use the correct instance of ReponseParser for Http2SolrClient.processErrorsAndResponse
+ * Fix Java version detection when `_JAVA_OPTIONS` is set`
+
+Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
+
+  <https://solr.apache.org/guide/solr/9_2/upgrade-notes/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of bugfixes:
+
+  <https://solr.apache.org/9_2_1/changes/Changes.html>
\ No newline at end of file
diff --git a/pelicanconf.py b/pelicanconf.py
index b64b70422..51613ee89 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.2.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 3, 24)
+SOLR_LATEST_RELEASE = '9.2.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 5, 1)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.0'