summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-02-01 00:31:19 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-02-01 00:31:19 +0000
commit648fa408b4a128e03aa0e5e9c44c3951403af1d8 (patch)
tree897944e3eddfb2b85268cd363f60011644b17f03 /CHANGES
parenteff5b3452cd7e607d7355ae09fbd567a861e4b8f (diff)
downloadswig-648fa408b4a128e03aa0e5e9c44c3951403af1d8.tar.gz
bump version to 1.3.39
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11107 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 facb8f0ed..02b382509 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,30 @@ SWIG (Simplified Wrapper and Interface Generator)
See CHANGES.current for current version.
+Version 1.3.38 (31 January 2009)
+================================
+
+2008-01-31: bhy
+ [Python] Fix SF#2552488 reported by Gaetan Lehmann. Now %pythonprepend
+ and %pythonappend have correct indentation.
+
+2008-01-31: bhy
+ [Python] Fix SF#2552048 reported by Gaetan Lehmann. The parameter list
+ of static member function in generated proxy code should not have the
+ 'self' parameter.
+
+2008-01-29: wsfulton
+ Fix regression introduced in 1.3.37 where the default output directory
+ for target language specific files (in the absence of -outdir) was no
+ longer the same directory as the generated c/c++ file.
+
+2008-01-28: wsfulton
+ [Java, C#] Fix proxy class not being used when the global scope operator
+ was used for parameters passed by value. Reported by David Piepgrass.
+
+2008-01-15: wsfulton
+ [Perl] Fix seg fault when running with -v option, reported by John Ky.
+
Version 1.3.37 (13 January 2009)
================================