You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2020/09/09 22:25:37 UTC

[lucene-site] branch master updated: release 8.6.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 79a7458  release 8.6.1
79a7458 is described below

commit 79a74584a3e93eda947a81a7d0438ae50f09e943
Author: Andi Vajda <va...@apache.org>
AuthorDate: Wed Sep 9 15:24:31 2020 -0700

    release 8.6.1
---
 content/pages/pylucene/index.md                              | 4 ++--
 content/pylucene/pylucene_news/2020-09-09-8-6-1-available.md | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/content/pages/pylucene/index.md b/content/pages/pylucene/index.md
index 5cf0393..2963f67 100644
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@ -9,7 +9,7 @@ PyLucene is a [Python](https://www.python.org) extension for accessing Java
 [Lucene](https://lucene.apache.org/java/)
 <span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
 is to allow you to use Lucene's text indexing and searching capabilities from
-Python. It is API compatible with Java Lucene version 8.3.0 as of April 29th,
+Python. It is API compatible with Java Lucene version 8.6.1 as of September 9th,
 2020.
 
 PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene
@@ -27,7 +27,7 @@ See [here](features.html) for more information and documentation about PyLucene.
 PyLucene is supported on macOS, Linux, Solaris and Windows.
 
 PyLucene requires Python version 2.x (x >= 3.5) or Python 3.x (x >= 3) and Java
-version 1.8. Building PyLucene requires GNU Make, a recent version of
+version 1.x (x >= 8). Building PyLucene requires GNU Make, a recent version of
 [Ant](https://ant.apache.org) capable of building Java
 [Lucene](https://lucene.apache.org/java/) and a C++ compiler. Use of
 [setuptools](https://pypi.python.org/pypi/setuptools) is recommended.
diff --git a/content/pylucene/pylucene_news/2020-09-09-8-6-1-available.md b/content/pylucene/pylucene_news/2020-09-09-8-6-1-available.md
new file mode 100644
index 0000000..3ab12ca
--- /dev/null
+++ b/content/pylucene/pylucene_news/2020-09-09-8-6-1-available.md
@@ -0,0 +1,8 @@
+Title: PyLucene 8.6.1 available
+category: pylucene/news
+URL: 
+save_as: 
+
+This release tracks Lucene Core's 8.6.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_6_1/CHANGES">PyLucene 8.6.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_6_1/jcc/CHANGES">JCC 3.8 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>