From 0227cbf25d3a015216dbfcd53a554cc80d08d67f Mon Sep 17 00:00:00 2001 From: Mark Gossage Date: Thu, 12 Jan 2006 07:21:51 +0000 Subject: [PATCH] updated CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8386 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 422b2e6d9..6a77f9d65 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,12 @@ Version 1.3.28 (unreleased). =========================== +01/12/2006: mgossage + - Partial fixed of errors under C89, bug #1356574 + (converted C++ style comments to C style) + - Added patches from neomantra@users.sf.net #1379988 and #1388343 + missing a 'return' statement for error conditions + also updated the %init block bug #1356586 + 01/10/2006: mmatus - Ass the 'utitle' encoder, as an example of how to add your own encoder. I added the encoder method in misc.c