1.3.30 release

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9556 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-11-14 00:06:12 +00:00
commit 8774e7ed48
4 changed files with 9 additions and 3 deletions

View file

@ -77,6 +77,7 @@ 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>
Support for Common Lisp with CFFI was added in SWIG-1.3.28.<br>
Support for R was added in SWIG-1.3.30.<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.29.tar.gz">SWIG
1.3.29</a> is the latest development release (2005/06/11). View the
<a href="http://prdownloads.sourceforge.net/swig/swig-1.3.30.tar.gz">SWIG
1.3.30</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.29.zip">swigwin-1.3.29</a>
<a href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.30.zip">swigwin-1.3.30</a>
which includes a prebuilt executable.
<p>

View file

@ -65,6 +65,7 @@ handling of overloaded functions added.
<li>October 15, 2005. SWIG-1.3.27 released.
<li>February 11, 2006. SWIG-1.3.28 released.
<li>March 21, 2006. SWIG-1.3.29 released.
<li>November 7, 2006. SWIG-1.3.30 released.
</ul>

View file

@ -30,6 +30,10 @@ and non-commercial use.
<h3>News</h3>
<p>
<b>2006/11/13</b>
SWIG-1.3.30 has been released. This release adds support for R and directors for C# amongst a round of bug fixes.
<p>
<b>2006/05/16</b>
Sourceforge has changed the way source code can be accessed from cvs. See updated <a href="cvs.html">cvs instructions</a>.