Update for SWIG-1.3.25

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7284 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-06-12 19:44:37 +00:00
commit 8c8e07c52a
3 changed files with 10 additions and 3 deletions

View file

@ -34,10 +34,10 @@ Note : If you received SWIG on CD-ROM, you may want to upgrade to the latest rel
<h3> The Latest Release </h3>
<p>
<a href="http://prdownloads.sourceforge.net/swig/swig-1.3.24.tar.gz">SWIG
1.3.24</a> is the latest development release (2004/10/11). View the
<a href="http://prdownloads.sourceforge.net/swig/swig-1.3.25.tar.gz">SWIG
1.3.25</a> is the latest development release (2005/06/11). View the
<a href="release.html">release notes</a>. Windows users should download
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.24.zip">swigwin-1.3.24</a>
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.25.zip">swigwin-1.3.25</a>
which includes a prebuilt executable.
<p>

View file

@ -58,6 +58,9 @@ handling of overloaded functions added.
<li>December 17, 2003. SWIG-1.3.20 released.
<li>January 17, 2004. SWIG-1.3.21 released.
<li>September 4, 2004. SWIG-1.3.22 released.
<li>November 11, 2004. SWIG-1.3.23 released.
<li>December 14, 2004. SWIG-1.3.24 released.
<li>June 11, 2005. SWIG-1.3.25 released.
</ul>

View file

@ -31,6 +31,10 @@ and non-commercial use.
<h3>News</h3>
<p>
<b>2005/06/11</b>
SWIG-1.3.25 has been released. This largely contains bug fixes and enhancements to the C# module and the runtime type system.
<p>
<b>2005/03/25</b>
Greg Stein gives a <a href=http://www.sauria.com/~twl/conferences/pycon2005/20050325/Python%20at%20Google.notes>keynote speech</a> about Google's use of Python and SWIG at the PyCon 2005 conference.