You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2018/09/27 11:21:15 UTC

svn commit: r1842084 - /subversion/site/publish/docs/release-notes/1.11.html

Author: danielsh
Date: Thu Sep 27 11:21:15 2018
New Revision: 1842084

URL: http://svn.apache.org/viewvc?rev=1842084&view=rev
Log:
* docs/release-notes/1.11.html
  (#ruby-swig-issue-602): Document how to test whether one's swig is affected.

Modified:
    subversion/site/publish/docs/release-notes/1.11.html

Modified: subversion/site/publish/docs/release-notes/1.11.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.11.html?rev=1842084&r1=1842083&r2=1842084&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Thu Sep 27 11:21:15 2018
@@ -510,6 +510,11 @@ may be fixed in later 1.11.x releases.</
 that version) due to <a href="https://github.com/swig/swig/issues/602">swig
 issue #602</a>.  We recommend to use swig 3.0.9 or newer.</p>
 
+<p>The failure is detected by the test suite.
+To test whether your version of swig is affected, run
+<tt>make check-swig-py</tt>.  (Some distros might have backported the swig
+patch into their swig-3.0.8 packages.)</p>
+
 <p>The Perl and Python bindings are not affected.</p>
 
 </div>  <!-- ruby-swig-issue-602 -->