From de8cd399290da2e850cbf6cf5a1ff082be62b29f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 28 Nov 2011 19:46:37 +0000 Subject: [PATCH] Fix #3433541 %typemap(in, numinputs=0) with 10+ arguments. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12850 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index bbc131133..cd9e8ec8e 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.5 (in progress) =========================== +2011-11-28: wsfulton + Fix #3433541 %typemap(in, numinputs=0) with 10+ arguments. + 2011-11-28: olly [Perl] Fix warnings when compiling generated wrappers with certain GCC warning options (Debian bug #436711).