summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-22 23:59:10 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-22 23:59:10 +0000
commit6acc26ce6e4609c54383af9bd7b0501e6906ef6b (patch)
tree3812d343389d2e3d354ac9c7dd6bd975f0aaeb34
parent83a741c35ed25d7596d581c2239504d0cc242cad (diff)
downloadswig-6acc26ce6e4609c54383af9bd7b0501e6906ef6b.tar.gz
1.3.33 release
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current6
-rw-r--r--README10
3 files changed, 10 insertions, 8 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 4db1bc407..5af391d49 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 1.3.33 (in progress) ***
+*** ANNOUNCE: SWIG 1.3.33 (November 23, 2007) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index 463bc6d46..023784983 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,7 +1,5 @@
-2007-11-21 Mikel Bancroft <mikel@franz.com>
-
-Version 1.3.33 (in progress)
-============================
+Version 1.3.33 (November 23, 2007)
+=================================
11/21/2007: mikel
[allegrocl] omit private slot type info in the classes/types
diff --git a/README b/README
index 920b12c26..07991a0a3 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 1.3.33 (in progress)
+Version: 1.3.33 (November 23, 2007)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@@ -17,12 +17,10 @@ The guilty parties working on this are:
Active Developers:
Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl)
- Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
William Fulton (wsf@fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin)
Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile, MzScheme)
Olly Betts (olly@survex.com) (PHP)
Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
- Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
Henning Thielemann (swig@henning-thielemann.de) (Modula3)
Mikel Bancroft (mikel@franz.com) (Allegro CL)
John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
@@ -32,6 +30,8 @@ Active Developers:
Gonzalo Garramuno (ggarra@advancedsl.com.ar) (Ruby, Ruby's UTL)
Major contributors include:
+ Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
+ Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
Lyle Johnson (lyle@users.sourceforge.net) (Ruby)
Charlie Savage (cfis@interserv.com) (Ruby)
Thien-Thi Nguyen (ttn@glug.org) (build/test/misc)
@@ -93,6 +93,10 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
+SWIG-1.3.33 summary:
+- Fix regression for Perl where C++ wrappers would not compile
+- Fix regression parsing macros
+
SWIG-1.3.32 summary:
- shared_ptr support for Java and C#
- Enhanced STL support for Ruby