From 9d8d50f034747e1346d7e67001645e0c193941a2 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 12 May 2012 13:31:49 +0000 Subject: [PATCH] Fix typo git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13078 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index da9606e19..e123a0b2d 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -10,7 +10,8 @@ Version 2.0.7 (in progress) builds of PHP (SF bug #3166423). Instead we now wrap it in a SWIG_FAIL() function which we annotate as "noreturn" for GCC to avoids warnings. This also reduces the size of the compiled - wrapper (e.g. the stripped size is 6% for Xapian's PHP bindings). + wrapper (e.g. the stripped size is reduced by 6% for Xapian's PHP + bindings). 2012-05-11: wsfulton [Java] SF patch #3522855 Fix unintended uninitialised memory access in OUTPUT typemaps.