1.3.26 update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7640 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-09 21:02:57 +00:00
commit fb63c00c5f
3 changed files with 8 additions and 3 deletions

View file

@ -73,6 +73,7 @@ PHP support was added in SWIG 1.3.11.<br>
Objective Caml (Ocaml) and Pike support was added in SWIG 1.3.14.<br>
Support for C# and the Chicken scheme compiler was added in SWIG 1.3.18.<br>
Support for Allegro CL and Modula-3 was added in SWIG-1.3.22.<br>
Support for Lua, CLISP and Common Lisp with UFFI was added in SWIG-1.3.26.<br>
<p>
Any newer versions of these languages should be assumed to be

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.25.tar.gz">SWIG
1.3.25</a> is the latest development release (2005/06/11). View the
<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="release.html">release notes</a>. Windows users should download
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.25.zip">swigwin-1.3.25</a>
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.26.zip">swigwin-1.3.26</a>
which includes a prebuilt executable.
<p>

View file

@ -31,6 +31,10 @@ and non-commercial use.
<h3>News</h3>
<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.
<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.