summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2003-03-23 02:26:50 +0000
committerDave Beazley <dave-swig@dabeaz.com>2003-03-23 02:26:50 +0000
commitcbfec5e05985dd8bf580e64daa826aa606e23002 (patch)
treec5059e4b4e2a46bf5aaf2adffd8fbf5fe4d80ed5 /ANNOUNCE
parentfc89bc2f9bd0fda7eebaf5f1a26f83fa6a6194ba (diff)
downloadswig-cbfec5e05985dd8bf580e64daa826aa606e23002.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4617 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE32
1 files changed, 22 insertions, 10 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index e15fa0896..919496f0e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,31 +1,43 @@
-*** ANNOUNCE: SWIG 1.3.16 ***
+*** ANNOUNCE: SWIG 1.3.18 ***
http://www.swig.org
-October 14, 2002
+March 22, 2003
-We're pleased to announce SWIG 1.3.16, the latest installment in the
-SWIG development effort. SWIG-1.3.16 is mostly a bug-fix release to
-SWIG-1.3.15.
+We're pleased to announce SWIG 1.3.18, the latest installment in the
+SWIG development effort. SWIG-1.3.18 includes a number of bug fixes,
+several new language modules, an improved build environment, and
+many other exciting new features.
What is SWIG?
-------------
SWIG is a software development tool that reads C/C++ header files and
generates the wrapper code needed to make C and C++ code accessible
from other languages including Perl, Python, Tcl, Ruby, PHP, Java,
-Guile, Mzscheme, and Ocaml. Major applications of SWIG include
-generation of scripting language extension modules, rapid prototyping,
-testing, and user interface development for large C/C++ systems.
+Guile, Mzscheme, Ocaml, Chicken Scheme, and C#. Major applications of
+SWIG include generation of scripting language extension modules, rapid
+prototyping, testing, and user interface development for large C/C++
+systems.
Availability:
-------------
The release is available for download on Sourceforge at
- http://prdownloads.sourceforge.net/swig/swig-1.3.16.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-1.3.18.tar.gz
Within the next day, a Windows version will also be made available at
- http://prdownloads.sourceforge.net/swig/swigwin-1.3.16.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-1.3.18.zip
+
+New Features:
+-------------
+Several new language modules have been added, including support for C#
+and Chicken Scheme. In addition, Mark's polymorphism patch has been
+incorporated. This gives certain modules the ability to extend C++
+classes with virtual methods implemented the target language
+itself---an especially useful addition if you are working with code
+that involves callbacks. Finally, a number of minor patches, bug fixes, and
+improvements have been made.
Release numbers
---------------