You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/23 15:14:02 UTC

[lucene-site] branch master updated (5e7f480 -> 7d0489b)

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

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


    from 5e7f480  Remove duplicate Solr news file
     new bff42ea  Update version variables for release 8.8.1
     new 20a3073  Adding Lucene news for release 8.8.1
     new 4dffb7f  Adding Solr news for release 8.8.1
     new 7d0489b  Fix note

The 4 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:
 ...-4-0-available.md => 2021-02-22-8-8-1-available.md} | 15 +++++++++------
 ...-6-2-available.md => 2021-02-22-8-8-1-available.md} | 18 +++++++++---------
 pelicanconf.py                                         |  2 +-
 3 files changed, 19 insertions(+), 16 deletions(-)
 copy content/core/core_news/{2018-06-27-7-4-0-available.md => 2021-02-22-8-8-1-available.md} (75%)
 copy content/solr/solr_news/{2020-09-01-8-6-2-available.md => 2021-02-22-8-8-1-available.md} (61%)


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

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 20a30734a7febc06c6d451f82a09367c2cb37fcf
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Mon Feb 22 10:31:22 2021 -0700

    Adding Lucene news for release 8.8.1
---
 content/core/core_news/2021-02-22-8-8-1-available.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/content/core/core_news/2021-02-22-8-8-1-available.md b/content/core/core_news/2021-02-22-8-8-1-available.md
new file mode 100644
index 0000000..d2a9bbf
--- /dev/null
+++ b/content/core/core_news/2021-02-22-8-8-1-available.md
@@ -0,0 +1,20 @@
+Title: Apache Lucene™ 8.8.1 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.8.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 numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 8.8.1 Release Highlights:
+
+No changes from 8.8.0
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/8_8_1/changes/Changes.html>
\ No newline at end of file


[lucene-site] 03/04: Adding Solr news for release 8.8.1

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 4dffb7f911acdb7c131ad4d56069ef5b9678fd2d
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Mon Feb 22 10:41:13 2021 -0700

    Adding Solr news for release 8.8.1
---
 .../solr/solr_news/2021-02-22-8-8-1-available.md   | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/content/solr/solr_news/2021-02-22-8-8-1-available.md b/content/solr/solr_news/2021-02-22-8-8-1-available.md
new file mode 100644
index 0000000..66634d7
--- /dev/null
+++ b/content/solr/solr_news/2021-02-22-8-8-1-available.md
@@ -0,0 +1,28 @@
+Title: Apache Solr™ 8.8.1 available
+category: solr/news
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Solr 8.8.1.
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene 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 8.8.1 is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+
+### Solr 8.8.1 Release Highlights:
+
+ * Feature 1 pasted from WIKI release notes
+ * Feature 2 ...
+
+Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
+
+  <https://lucene.apache.org/solr/guide/8_8/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of bugfixes:
+
+  <https://lucene.apache.org/solr/8_8_1/changes/Changes.html>
+
+Solr 8.8.1 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_8_1/changes/Changes.html>
\ No newline at end of file


[lucene-site] 01/04: Update version variables for release 8.8.1

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit bff42ea082c6a25bd7d56cc8c54b2fffcee56811
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Mon Feb 22 10:22:32 2021 -0700

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 63691f5..ba35cb1 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '8.8.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2021, 1, 29)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.8.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.


[lucene-site] 04/04: Fix note

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 7d0489b4df92f70b4c845309d061c9763fbfca59
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Tue Feb 23 08:11:51 2021 -0700

    Fix note
---
 content/solr/solr_news/2021-02-22-8-8-1-available.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/solr/solr_news/2021-02-22-8-8-1-available.md b/content/solr/solr_news/2021-02-22-8-8-1-available.md
index 66634d7..7ae5742 100644
--- a/content/solr/solr_news/2021-02-22-8-8-1-available.md
+++ b/content/solr/solr_news/2021-02-22-8-8-1-available.md
@@ -12,8 +12,7 @@ Solr 8.8.1 is available for immediate download at:
 
 ### Solr 8.8.1 Release Highlights:
 
- * Feature 1 pasted from WIKI release notes
- * Feature 2 ...
+Fix for a SolrJ backwards compatibility issue when upgrading the server to 8.8.0 without upgrading SolrJ to 8.8.0.
 
 Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
 
@@ -25,4 +24,4 @@ Please read CHANGES.txt for a full list of bugfixes:
 
 Solr 8.8.1 also includes bugfixes in the corresponding Apache Lucene release:
 
-  <https://lucene.apache.org/core/8_8_1/changes/Changes.html>
\ No newline at end of file
+  <https://lucene.apache.org/core/8_8_1/changes/Changes.html>