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 2019/03/18 15:29:37 UTC

svn commit: r1855775 - in /lucene/cms/trunk/content/pylucene: index.mdtext pynews.mdtext

Author: vajda
Date: Mon Mar 18 15:29:36 2019
New Revision: 1855775

URL: http://svn.apache.org/viewvc?rev=1855775&view=rev
Log:
PyLucene 7.7.1

Modified:
    lucene/cms/trunk/content/pylucene/index.mdtext
    lucene/cms/trunk/content/pylucene/pynews.mdtext

Modified: lucene/cms/trunk/content/pylucene/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/index.mdtext?rev=1855775&r1=1855774&r2=1855775&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Mon Mar 18 15:29:36 2019
@@ -7,7 +7,7 @@ for accessing
 Java <a href="http://lucene.apache.org/java/">Lucene</a><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 the latest
-version of Java Lucene, version 7.6.0 as of January 11th, 2019.
+version of Java Lucene, version 7.7.1 as of March 18th, 2019.
 
 
 PyLucene is not a Lucene port but a Python wrapper around

Modified: lucene/cms/trunk/content/pylucene/pynews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/pylucene/pynews.mdtext?rev=1855775&r1=1855774&r2=1855775&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Mon Mar 18 15:29:36 2019
@@ -1,4 +1,11 @@
 #News
+##18 Mar 2019 - PyLucene 7.7.1 available
+
+This release tracks Lucene Core's 7.7.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/CHANGES">PyLucene 7.7.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/jcc/CHANGES">JCC 3.5 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+
+
 ##11 Jan 2019 - PyLucene 7.6.0 available
 
 This release tracks Lucene Core's 7.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>