summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHaoyu Bai <divinekid@gmail.com>2009-03-19 14:20:38 +0000
committerHaoyu Bai <divinekid@gmail.com>2009-03-19 14:20:38 +0000
commit359c4f786d1b31abcf64922b3c0b7d99d14fcbe5 (patch)
tree4a7b5e9d7ce0a1319228d2373232230d28297fd6 /CHANGES
parentf630911352f9b84c31118ca7ccea224c042c73a5 (diff)
downloadswig-359c4f786d1b31abcf64922b3c0b7d99d14fcbe5.tar.gz
Fix wrong year in changelog date
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11159 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 7ffb490da..7fff2c3f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,25 +5,25 @@ See CHANGES.current for current version.
Version 1.3.38 (31 January 2009)
================================
-2008-01-31: bhy
+2009-01-31: bhy
[Python] Fix SF#2552488 reported by Gaetan Lehmann. Now %pythonprepend
and %pythonappend have correct indentation.
-2008-01-31: bhy
+2009-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
+2009-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
+2009-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
+2009-01-15: wsfulton
[Perl] Fix seg fault when running with -v option, reported by John Ky.
Version 1.3.37 (13 January 2009)