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 2016/09/19 01:10:33 UTC

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

Author: vajda
Date: Mon Sep 19 01:10:33 2016
New Revision: 1761380

URL: http://svn.apache.org/viewvc?rev=1761380&view=rev
Log:
added news item for 6.2.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=1761380&r1=1761379&r2=1761380&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/index.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/index.mdtext Mon Sep 19 01:10:33 2016
@@ -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 4.10.1 as of October 6th, 2014.
+version of Java Lucene, version 6.2.0 as of August 25th, 2016.
 
 
 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=1761380&r1=1761379&r2=1761380&view=diff
==============================================================================
--- lucene/cms/trunk/content/pylucene/pynews.mdtext (original)
+++ lucene/cms/trunk/content/pylucene/pynews.mdtext Mon Sep 19 01:10:33 2016
@@ -1,4 +1,11 @@
 #News
+##18 Sep 2016 - PyLucene 6.2.0 available
+
+This release tracks Lucene Core's recent 6.2.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_6_2_0/CHANGES">PyLucene 6.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/jcc/CHANGES">JCC 2.22 CHANGES</a> for details.<br/>
+Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+
+
 ##6 Oct 2014 - PyLucene 4.10.1-1 available
 
 This release tracks Lucene Core's recent 4.10.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>