From 7d00ba5a0069eaa9f024b83314e891b4bad6bdd5 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 3 Nov 2007 21:42:06 +0000 Subject: [PATCH] Add Kevin Ruland as a major contributor. Mention the memory leak fix for PHP wrapping C++ object as that's an important reason why a user might want to upgrade. Remove duplicate "Perl" in list of languages with changes. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10085 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 2b19a31b9..376313f82 100644 --- a/README +++ b/README @@ -38,6 +38,7 @@ Major contributors include: Richard Palmer (richard@magicality.org) (PHP) Sam Liddicott - Anonova Ltd (saml@liddicott.com) (PHP) Tim Hockin - Sun Microsystems (thockin@sun.com) (PHP) + Kevin Ruland (PHP) Shibukawa Yoshiki (Japanese Translation) Jason Stewart (jason@openinformatics.com) (Perl5) Loic Dachary (Perl5) @@ -95,8 +96,9 @@ What's New? SWIG-1.3.32 summary: - shared_ptr support for Java and C# - Enhanced STL support for Ruby +- Fixed long-standing memory leak when returning a wrapped C++ object - Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile, - Java, Lua, Ocaml, Perl, Perl, PHP, Python, Ruby, Tcl. + Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl. - Improved warning support SWIG-1.3.31 summary: