summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-10-09 21:02:57 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-10-09 21:02:57 +0000
commitfb63c00c5f2bfaf6dfb2671ef9db16c143a1f007 (patch)
treeee92ae7dad7ec93592afa504f70457875b335c57
parent84c385ef832f9ec0d69119c39331b988a314b38a (diff)
downloadswig-fb63c00c5f2bfaf6dfb2671ef9db16c143a1f007.tar.gz
1.3.26 update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7640 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rwxr-xr-xswigweb/compat.ht1
-rw-r--r--swigweb/download.ht6
-rw-r--r--swigweb/index.ht4
3 files changed, 8 insertions, 3 deletions
diff --git a/swigweb/compat.ht b/swigweb/compat.ht
index dd645d22a..633d123cf 100755
--- a/swigweb/compat.ht
+++ b/swigweb/compat.ht
@@ -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
diff --git a/swigweb/download.ht b/swigweb/download.ht
index cfaf3951e..050f68656 100644
--- a/swigweb/download.ht
+++ b/swigweb/download.ht
@@ -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>
diff --git a/swigweb/index.ht b/swigweb/index.ht
index da14bf04b..9b97862f3 100644
--- a/swigweb/index.ht
+++ b/swigweb/index.ht
@@ -32,6 +32,10 @@ and non-commercial use.
<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.