summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-23 22:31:25 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-23 22:31:25 +0000
commitefad1012c956a76ca9e71c32bb715a3a4b8fa643 (patch)
treecdc6af9b99748020b8ea268ff2c986b46f421a5d /CHANGES
parente659f506f1dc50f8baca034044d87198ed67cc13 (diff)
downloadswig-efad1012c956a76ca9e71c32bb715a3a4b8fa643.tar.gz
bump version to 1.3.34
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 750381bde..c6a90f950 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,30 @@ SWIG (Simplified Wrapper and Interface Generator)
See CHANGES.current for current version.
+Version 1.3.33 (November 23, 2007)
+=================================
+
+11/21/2007: mikel
+ [allegrocl] omit private slot type info in the classes/types
+ defined on the lisp side. Fix bug in mapping of C/++ types
+ to lisp types. Fix typo in modules generated defpackage form.
+ Have std::string *'s automatically marshalled between foreign
+ and lisp strings.
+
+11/20/2007: olly
+ [Python] Fill in Python Dictionary functions list (patch from
+ Jelmer Vernooij posted to swig-devel).
+
+11/20/2007: beazley
+ Fixed a bug in the C scanner related to backslash characters.
+
+11/19/2007: wsfulton
+ [Perl] Fix broken compilation of C++ wrappers on some compilers.
+
+11/16/2007: olly
+ [Python] Don't pass Py_ssize_t for a %d printf-like format as
+ that's undefined behaviour when sizeof(Py_ssize_t) != sizeof(int).
+
Version 1.3.32 (November 15, 2007)
==================================