From 6ed1cebc229a010f3b05f3d44fc39e02c290f36d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 13 Jun 2006 20:49:35 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9164 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 641fd66cf..ba4d3a4ee 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,6 +2,20 @@ Version 1.3.30 (in progress) ============================ 05/13/2006: wsfulton + [Java] Replace JNIEXPORT with SWIGEXPORT, thereby enabling the possibility + of using gcc -fvisibility=hidden for potentially smaller faster loading wrappers. + +05/13/2006: wsfulton + Fix for Makefiles for autoconf-2.60 beta + +05/13/2006: wsfulton + Vladimir Menshakov patch for compiling wrappers with python-2.5 alpha. + +05/12/2006: wsfulton + Fix buffer overflow error when using large %feature(docstring) reported + by Joseph Winston. + +05/12/2006: wsfulton [Perl] Operator overload fix from Daniel Moore. 05/25/2006: mutandiz