From 7eb69ee8a5dd353f4f86773822da336e1c4498d1 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 14 Dec 2005 22:59:05 +0000 Subject: [PATCH] CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7987 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index e9b6170f7..25ac5149b 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.28 (unreleased). =========================== +12/14/2005: mmatus + [Python] + - Add the -fastunpack/-nofastunpack options to enable/disable + the use of the internal UnpackTuple method, instead of + calling the one from the python C API. + + The option -O now also implies -fastunpack. + + 12/11/2005: mmatus [Python] - Add the -proxydel/-noproxydel options to enable/disable @@ -36,7 +45,7 @@ Version 1.3.28 (unreleased). responsability to avoid its modification. - Add the -O option to enable all the optimization options - at once, equivalent to + at once, initially equivalent to -modern -fastdispatch -dirvtable -nosafecstrings -fvirtual