You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/16 09:38:04 UTC

[lucene-site] branch main updated (cc669c9 -> ecc1269)

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

janhoy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene-site.git.


    from cc669c9  Improve og:description for social media links to core news
     new a34044e  Update version variables for release 8.11.1
     new ecc1269  Adding Lucene news for release 8.11.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...0-07-8-6-3-available.md => 2021-12-16-8-11-1-available.md} | 11 ++++++++---
 pelicanconf.py                                                |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
 copy content/core/core_news/{2020-10-07-8-6-3-available.md => 2021-12-16-8-11-1-available.md} (59%)

[lucene-site] 02/02: Adding Lucene news for release 8.11.1

Posted by ja...@apache.org.
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/lucene-site.git

commit ecc126980022107f0050a139d5b22a74ca7513ad
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 10:25:17 2021 +0100

    Adding Lucene news for release 8.11.1
---
 content/core/core_news/2021-12-16-8-11-1-available.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/content/core/core_news/2021-12-16-8-11-1-available.md b/content/core/core_news/2021-12-16-8-11-1-available.md
new file mode 100644
index 0000000..8db2ee9
--- /dev/null
+++ b/content/core/core_news/2021-12-16-8-11-1-available.md
@@ -0,0 +1,17 @@
+Title: Apache Lucene™ 8.11.1 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.1.
+
+Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+This release contains one bug fix. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 8.11.1 Release Highlights:
+
+ * Log4j is upgraded to v2.16.0 to mitigate CVE-2021-44228 (for Luke users)
+

[lucene-site] 01/02: Update version variables for release 8.11.1

Posted by ja...@apache.org.
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/lucene-site.git

commit a34044ebd7a93c137e93f85a9a37583b791efdb0
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 10:20:39 2021 +0100

    Update version variables for release 8.11.1
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index d5f78d3..3b64168 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '9.0.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2021, 12, 7)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.0'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.
 # The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.