Author: hartmannathan
Date: Fri Feb 21 21:38:51 2020
New Revision: 1874340
URL: http://svn.apache.org/viewvc?rev=1874340&view=rev
Log:
1.14 release notes: Document support for building with SWIG 4, Python 3.x.
* docs/release-notes/1.14.html
(swig4-on-py3): New subsection.
Modified:
subversion/site/publish/docs/release-notes/1.14.html
Modified: subversion/site/publish/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1874340&r1=1874339&r2=1874340&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Fri Feb 21 21:38:51
2020
@@ -701,6 +701,23 @@ of Subversion's dependencies, see the
</div> <!-- py3c -->
+<div class="h4" id="swig4-on-py3">
+<h4>Support for building with SWIG 4 on Python 3.x
+ <a class="sectionlink" href="#swig4-on-py3"
+ title="Link to this section">¶</a>
+</h4>
+
+<p><em>This section only affects those who build Subversion from a working
+ copy. If you build Subversion from a tarball or zip file, you may skip
+ this section.</em></p>
+
+<p>Subversion's SWIG Python bindings can be built with SWIG 4 on Python 3.
+The bindings can be built with SWIG 3.x on Python 3 as well (the
+<tt>-modern</tt> argument to SWIG is automatically used). (See
+<a href="http://svn.apache.org/r1869853">r1869853</a>.)</p>
+
+</div> <!-- swig4-on-py3 -->
+
<div class="h4" id="javahl">
<h4>JavaHL Updates
<a class="sectionlink" href="#javahl"