You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/08 18:41:34 UTC

[lucene-site] branch master updated (fcd32e2 -> eecb308)

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

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


    from fcd32e2  Add GitHub Topics, helps find ASF website examples (#28)
     new c826845  Update version variables for release 8.6.3
     new f103d4a  Adding Lucene news for release 8.6.3
     new eecb308  Adding Solr news for release 8.6.3

The 3 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:
 ...-1-available.md => 2020-10-07-8-6-3-available.md} | 11 +++++------
 ...-1-available.md => 2020-10-07-8-6-3-available.md} | 20 +++++++++++---------
 pelicanconf.py                                       |  4 ++--
 3 files changed, 18 insertions(+), 17 deletions(-)
 copy content/core/core_news/{2019-05-28-8-1-1-available.md => 2020-10-07-8-6-3-available.md} (64%)
 copy content/solr/solr_news/{2020-08-13-8-6-1-available.md => 2020-10-07-8-6-3-available.md} (56%)


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

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

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

commit eecb308e2fcd90d3091cd82131f9734961a01e29
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Thu Oct 8 14:30:56 2020 -0400

    Adding Solr news for release 8.6.3
---
 .../solr/solr_news/2020-10-07-8-6-3-available.md   | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/content/solr/solr_news/2020-10-07-8-6-3-available.md b/content/solr/solr_news/2020-10-07-8-6-3-available.md
new file mode 100644
index 0000000..220ae01
--- /dev/null
+++ b/content/solr/solr_news/2020-10-07-8-6-3-available.md
@@ -0,0 +1,30 @@
+Title: Apache Solr™ 8.6.3 available
+category: solr/news
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Solr 8.6.3.
+
+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.6.3 is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+
+### Solr 8.6.3 Release Highlights:
+
+ * SOLR-14898: Prevent duplicate header accumulation on internally forwarded requests
+ * SOLR-14768: Fix HTTP multipart POST requests to Solr (8.6.0 regression)
+ * SOLR-14859: PrefixTree-based fields now reject invalid schema properties instead of quietly failing certain queries
+ * SOLR-14663: CREATE ConfigSet action now copies base node content
+
+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_6/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of bugfixes:
+
+  <https://lucene.apache.org/solr/8_6_3/changes/Changes.html>
+
+Solr 8.6.3 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_6_3/changes/Changes.html>


[lucene-site] 01/03: Update version variables for release 8.6.3

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

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

commit c826845ba9b876a5cc9577b22deb8672fc0762cd
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Thu Oct 8 13:23:48 2020 -0400

    Update version variables for release 8.6.3
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index e84de4f..97a925c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.6.2'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 9, 1)
+LUCENE_LATEST_RELEASE = '8.6.3'
+LUCENE_LATEST_RELEASE_DATE = datetime(2020, 10, 8)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.


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

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

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

commit f103d4a5b2e1d3e5bdc4fa5b27eae4afde61637f
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Thu Oct 8 13:55:47 2020 -0400

    Adding Lucene news for release 8.6.3
---
 content/core/core_news/2020-10-07-8-6-3-available.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/content/core/core_news/2020-10-07-8-6-3-available.md b/content/core/core_news/2020-10-07-8-6-3-available.md
new file mode 100644
index 0000000..d29d797
--- /dev/null
+++ b/content/core/core_news/2020-10-07-8-6-3-available.md
@@ -0,0 +1,12 @@
+Title: Apache Lucene™ 8.6.3 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.3.
+
+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 no additional bug fixes over the previous version 8.6.2. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>