git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7669 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-16 08:34:24 +00:00
commit 08e81e1a7f
2 changed files with 7 additions and 3 deletions

View file

@ -35,10 +35,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.26.tar.gz">SWIG
1.3.26</a> is the latest development release (2005/06/11). View the
<a href="http://prdownloads.sourceforge.net/swig/swig-1.3.27.tar.gz">SWIG
1.3.27</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.26.zip">swigwin-1.3.26</a>
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.27.zip">swigwin-1.3.27</a>
which includes a prebuilt executable.
<p>

View file

@ -31,6 +31,10 @@ and non-commercial use.
<h3>News</h3>
<p>
<b>2005/10/15</b>
SWIG-1.3.27 has been released to fix a major bug in previous release.
<p>
<b>2005/10/09</b>
SWIG-1.3.26 has been released. Lua, CLISP and Common Lisp with UFFI join the list of supported languages. The PHP4 module has been given a good work over after some bitrot. Various other minor bug fixes and improvements are all also in this release.