You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/02/13 12:59:21 UTC

svn commit: r1006674 - in /websites/staging/lucene/trunk/content: ./ pylucene/index.html

Author: buildbot
Date: Mon Feb 13 12:59:20 2017
New Revision: 1006674

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/index.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 13 12:59:20 2017
@@ -1 +1 @@
-1782762
+1782764

Modified: websites/staging/lucene/trunk/content/pylucene/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/index.html Mon Feb 13 12:59:20 2017
@@ -165,7 +165,7 @@ are included with the PyLucene sources.<
 <p>See <a href="features.html">here</a> for more
 information and documentation about PyLucene.</p>
 <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
-<p>PyLucene is supported on Mac OS X, Linux, Solaris and Windows.</p>
+<p>PyLucene is supported on macOS, Linux, Solaris and Windows.</p>
 <p>PyLucene requires Python version 2.x (x &gt;= 3.5) and Java version 1.x
 (x &gt;= 5). Building PyLucene requires GNU Make, a recent version
 of <a href="http://ant.apache.org">Ant</a> capable of building
@@ -173,8 +173,8 @@ Java <a href="http://lucene.apache.org/j
 compiler. Use
 of <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
 is recommended. </p>
-<p><b>Attention:</b> Starting with release 4.8.0, Lucene requires Java 1.7 at
-the minimum; Java 1.6 is no longer supported.</p>
+<p><b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8 at
+the minimum, while version 4.8.x requires Java 1.7.</p>
 <p>See the JCC <a href="jcc/install.html">installation
 instructions</a> for more information about building JCC from sources.</p>
 <p>See the PyLucene <a href="install.html">installation