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 2021/03/09 02:19:46 UTC

[lucene-site] branch master updated: release 8.8.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 64cd545  release 8.8.1
64cd545 is described below

commit 64cd5451e35df408b2e319ba35351744494811a7
Author: Andi Vajda <va...@apache.org>
AuthorDate: Mon Mar 8 18:19:06 2021 -0800

    release 8.8.1
---
 content/pages/pylucene/index.md                              | 8 ++++----
 content/pylucene/pylucene_news/2021-03-08-8-8-1-available.md | 8 ++++++++
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/content/pages/pylucene/index.md b/content/pages/pylucene/index.md
index 2963f67..e4cd27d 100644
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@ -9,8 +9,8 @@ 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.6.1 as of September 9th,
-2020.
+Python. It is API compatible with Java Lucene version 8.8.1 as of March 8th,
+2021.
 
 PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene
 embeds a Java VM with Lucene into a Python process. The PyLucene Python extension,
@@ -26,8 +26,8 @@ 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.x (x >= 8). Building PyLucene requires GNU Make, a recent version of
+PyLucene requires Python 3.x (x >= 3), or Python version 2.x (x >= 3.5), and
+Java 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/2021-03-08-8-8-1-available.md b/content/pylucene/pylucene_news/2021-03-08-8-8-1-available.md
new file mode 100644
index 0000000..0e711c9
--- /dev/null
+++ b/content/pylucene/pylucene_news/2021-03-08-8-8-1-available.md
@@ -0,0 +1,8 @@
+Title: PyLucene 8.8.1 available
+category: pylucene/news
+URL: 
+save_as: 
+
+This release tracks Lucene Core's 8.8.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_8_1/CHANGES">PyLucene 8.8.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_8_1/jcc/CHANGES">JCC 3.9 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>