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/01/11 23:18:02 UTC

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

Author: vajda
Date: Fri Jan 11 23:18:01 2019
New Revision: 1851113

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

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=1851113&r1=1851112&r2=1851113&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Fri Jan 11 23:18:01 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.5.0 as of October 19th, 2018.
+version of Java Lucene, version 7.6.0 as of January 11th, 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=1851113&r1=1851112&r2=1851113&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Fri Jan 11 23:18:01 2019
@@ -1,4 +1,11 @@
 #News
+##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/>
+See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/CHANGES">PyLucene 7.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/jcc/CHANGES">JCC 3.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+
+
 ##19 Oct 2018 - PyLucene 7.5.0 available
 
 This release tracks Lucene Core's 7.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>