From f4dc42589ebbd1a030366b88d0f4a86cab73ebfe Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 25 Oct 2005 13:41:48 +0000 Subject: [PATCH] CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7718 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 3499aac6b..491d409ae 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,26 @@ Version 1.3.27 (October 15, 2005) ================================= +10/25/2005: mmatus + + - Perl, complete the DISOWN typemap. + + - added the attribute.i file to the unified typemap + library (before was only usable from python). + + - uniform the names for the setter and getter methods in + perl,tcl,ruby and python, so, the attribute.i library + can work accross them. + + - see the li_attribute.i test-case or the library file + + Lib/typemaps/attribute.swg + + for more info about how to use it. + + + + 10/24/2005: mmatus - Perl uses now the unified typemap libray.