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 2018/09/04 01:02:29 UTC

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

Author: vajda
Date: Tue Sep  4 01:02:28 2018
New Revision: 1840000

URL: http://svn.apache.org/viewvc?rev=1840000&view=rev
Log:
PyLucene 7.4.0 release

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=1840000&r1=1839999&r2=1840000&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Tue Sep  4 01:02:28 2018
@@ -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 6.5.0 as of April 6th, 2017.
+version of Java Lucene, version 7.4.0 as of September 3rd, 2018.
 
 
 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=1840000&r1=1839999&r2=1840000&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Tue Sep  4 01:02:28 2018
@@ -1,4 +1,11 @@
 #News
+##29 Aug 2018 - PyLucene 7.4.0 available
+
+This release tracks Lucene Core's 7.4.0 <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_4_0/CHANGES">PyLucene 7.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/jcc/CHANGES">JCC 3.2 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+
+
 ##6 Apr 2017 - PyLucene 6.5.0 available
 
 PyLucene is now supported with both Python 2 and Python 3.