You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/04/16 06:28:54 UTC

[lucene-site] 01/02: Update for 8.5.1 release

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

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

commit d2498515e1d6f7ad2b99b71a100341e6809eea34
Author: iverase <iv...@apache.org>
AuthorDate: Wed Apr 15 15:28:52 2020 +0200

    Update for 8.5.1 release
---
 content/core/core_news/2020-04-15-8-5-1-available.md | 20 ++++++++++++++++++++
 content/solr/solr_news/2020-04-15-8-5-1-available.md | 15 +++++++++++++++
 pelicanconf.py                                       |  4 ++--
 3 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/content/core/core_news/2020-04-15-8-5-1-available.md b/content/core/core_news/2020-04-15-8-5-1-available.md
new file mode 100644
index 0000000..8e2ceb5
--- /dev/null
+++ b/content/core/core_news/2020-04-15-8-5-1-available.md
@@ -0,0 +1,20 @@
+Title: Apache Lucene™ 8.5.1 available
+category: core/news
+URL: 
+save_as: 
+ 
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.5.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.5.1 Bug Fixes:
+  
+  LUCENE-9300: Index corruption with doc values updates and addIndexes.
+  
+Further details of changes are available in the change log available at: 
+  
+   <https://lucene.apache.org/core/8_5_1/changes/Changes.html>
diff --git a/content/solr/solr_news/2020-04-15-8-5-1-available.md b/content/solr/solr_news/2020-04-15-8-5-1-available.md
new file mode 100644
index 0000000..16db62e
--- /dev/null
+++ b/content/solr/solr_news/2020-04-15-8-5-1-available.md
@@ -0,0 +1,15 @@
+Title: Apache Solr™ 8.5.1 available
+category: solr/news
+save_as: 
+
+The Lucene PMC is pleased to announce the release of Apache Solr 8.5.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 and analytics, rich document parsing, geospatial search, extensive REST APIs as well as parallel SQL. Solr is enterprise grade, secure and 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.
+
+This release contains no change over 8.5.0 for Solr. The release is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+ 
+Solr 8.5.1 also includes one bugfix in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_5_1/changes/Changes.html>
diff --git a/pelicanconf.py b/pelicanconf.py
index 1da0d87..4d4ece9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.5.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 3, 24)
+LUCENE_LATEST_RELEASE = '8.5.1'
+LUCENE_LATEST_RELEASE_DATE = datetime(2020, 4, 15)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.2'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.