Update for 1.3.22

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-09-04 17:39:40 +00:00
commit 37ed74725c
4 changed files with 32 additions and 19 deletions

View file

@ -70,8 +70,9 @@ The following languages are also supported in SWIG 1.3.6 onwards.
</ul>
PHP support was added in SWIG 1.3.11.<br>
Objective Caml (Ocaml) support was added in SWIG 1.3.14.<br>
Support for C# and the Chicken scheme compiler was added in SWIG 1.3.18.
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 and CL and Modula-3 was added in SWIG-1.3.22.<br>
<p>
Any newer versions of these languages should be assumed to be

View file

@ -4,14 +4,13 @@ SWIG Documentation, Presentations, and Papers
<p>
<H3>SWIG1.3</h3>
<H3>SWIG-1.3</h3>
<ul>
<li> <a href="Doc1.3/index.html">Development Documentation</a> for latest release (SWIG-1.3.21).
<li> Also available in <a href="swigdoc.pdf">PDF</a> and <a href="swigdoc.ps">postscript</a> (SWIG-1.3.11).
<li> <a href="Doc1.3/index.html">Development Documentation</a> for latest release.
</ul>
<h3>SWIG1.1</h3>
<h3>SWIG-1.1</h3>
<ul>
<li> <a href="Doc1.1/HTML/Contents.html">Online Users Manual</a>.
<li> Also available in <a href="Doc1.1/PDF/SWIGManual.pdf">PDF</a> (318 pages).

View file

@ -35,11 +35,11 @@ Note : If you received SWIG on CD-ROM, you may want to upgrade to the latest rel
<p>
<a
href="http://prdownloads.sourceforge.net/swig/swig-1.3.21.tar.gz">SWIG
1.3.21</a> is the latest development release (2004/01/11). View the <a
href="http://prdownloads.sourceforge.net/swig/swig-1.3.22.tar.gz">SWIG
1.3.22</a> is the latest development release (2004/09/04). View the <a
href="release.html">release notes</a>. Windows users should download
<a
href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.21.zip">swigwin-1.3.21</a>
href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.22.zip">swigwin-1.3.22</a>
which includes a prebuilt executable.
<p>
@ -51,14 +51,14 @@ SWIG-1.3.x instead of SWIG-1.1 (especially since 1.3 is much more capable).
<a href="http://prdownloads.sourceforge.net/swig/swig1.1p5.tar.gz">SWIG 1.1p5</a>
is the latest stable release of SWIG-1.1 (1998/02/05).
<b>Note (2000/01/18) </b>SWIG1.1p5 has a number of compilation issues
<b>Note (2000/01/18) </b>SWIG-1.1p5 has a number of compilation issues
with ANSI C++ compilers and will probably generate a lot of compiler
warnings. Sorry.
<p>
<a href="http://prdownloads.sourceforge.net/swig/swig1.1-883.tar.gz">SWIG1.1-883</a> is the last maintenance version of SWIG1.1 (December 1999). This isn't really a
<a href="http://prdownloads.sourceforge.net/swig/swig1.1-883.tar.gz">SWIG1.1-883</a> is the last maintenance version of SWIG-1.1 (December 1999). This isn't really a
"release", but the last nightly build that was completed before
development work shifted to SWIG1.3. It fixes a number of bugs in
development work shifted to SWIG-1.3. It fixes a number of bugs in
SWIG1.1p5.

View file

@ -10,9 +10,9 @@ C and C++ with a variety of high-level programming
languages. SWIG is primarily used with common scripting languages
such as Perl, Python, Tcl/Tk, and Ruby, however the list of
<a href="compat.html#SupportedLanguages">supported languages</a> also includes
non-scripting languages such as Java, OCAML and C#. Also several
interpreted and compiled Scheme implementations (Guile, MzScheme,
Chicken) are supported. SWIG is most
non-scripting languages such as C#, Java, Modula-3 and OCAML. Also several
interpreted and compiled Scheme implementations (Chicken, Guile, MzScheme)
are supported. SWIG is most
commonly used to create high-level interpreted or compiled programming
environments, user interfaces, and as a tool for testing and prototyping C/C++
software. SWIG can also export its parse tree in the form of XML and
@ -32,9 +32,17 @@ and non-commercial use.
<h3>News</h3>
<p>
<b>2004/09/04</b>
SWIG-1.3.22 has been released. This release continues the ongoing improvements and bug fixes in SWIG.
The major areas of improvement are in exception handling, enums and the STL. New languages with this
release are Allegro CL and Modula-3. The documentation has been revamped and it is now
available in the following formats: single html page, multiple html pages and a pdf
document.
<p>
<b>2004/01/11</b>
<a href="survey.html">SWIG-1.3.21</a> has been released. This is a minor bug fix release.
SWIG-1.3.21 has been released. This is a minor bug fix release.
<p>
<b>2003/12/17</b>
@ -45,6 +53,11 @@ improved C++ support, directors, contracts, and more.
<b>2003/12/17</b>
An article by Phil Tomson about SWIG and Ruby appears in the January 2004 issue of <a href="http://www.cuj.com">C/C++ Users Journal.</a>
<p>
<b>2003/10/27</b>
The Code Generation Network undertakes an
<a href="http://www.codegeneration.net/tiki-read_article.php?articleId=33">interview</a> talking about SWIG.
<p>
<b>2003/03/28</b>
SWIG-1.3.19 has been
@ -136,7 +149,7 @@ See the <a href="survey.html">download</a> page for release notes and versions f
<P>
<b>2001/12/10</b> The <a href="Doc1.3">development documentation</a> for SWIG1.3 has been extensively updated. Not yet finished, but includes coverage of most
<b>2001/12/10</b> The <a href="Doc1.3">development documentation</a> for SWIG-1.3 has been extensively updated. Not yet finished, but includes coverage of most
new SWIG features including the redesigned typemap system and
improved exception handling.
@ -145,7 +158,7 @@ improved exception handling.
Problems with SWIG? Look here for more information and to contribute.
<p>
<b>2001/09/28</b> <a href="Doc1.3">Development documentation</a> for SWIG1.3 is now online. This is a work in progress, but many new SWIG features
<b>2001/09/28</b> <a href="Doc1.3">Development documentation</a> for SWIG-1.3 is now online. This is a work in progress, but many new SWIG features
are described.
<p>
@ -184,7 +197,7 @@ has been released. This release has too many changes to list here,
but it fixes a lot of bugs in SWIG1.3a3 and SWIG1.3a4, includes new language modules
for Ruby and Mzscheme, and has some new examples. Note: this is a somewhat
unstable release and may not be suitable for first time users.
Download SWIG1.1 instead.
Download SWIG-1.1 instead.
<p>
</blockquote>