From a513db7bf4cac28ab0e39abff8bcd07c88697a50 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 16 Sep 2005 00:44:06 +0000 Subject: [PATCH] CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7450 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 7036775b0..8fce5e1f7 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,26 @@ Version 1.3.26 (in progress) ============================ +09/14/2005: mmatus + + [Python] Add -nocppcast. Now the default behavior is to + always use the cppcast operators. Before that was the case + only when you used the -ccpcast option. + + If this seems to break your code... your welcome!, it + means it was broken before, and you never notice. + + If you thing the error is due to one of the SWIG typemaps, + send us an example. + + Use -nocppcast only with very old C++ compilers that + do not support the cppcast operations. + + So, here applies: + + This change doesn't break compatibility, it was broken before. + + 09/11/2005: mmatus Adding the module option to the %import directive. Now you can use it as