From 9a90ba6e41b98025db7c4820e8a99156e99b934b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 14 Oct 2005 22:42:56 +0000 Subject: [PATCH] 1.3.27 release git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7655 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 3 ++- README | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index 01c585485..89fc75753 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,7 +2,8 @@ Version 1.3.27 (October 15, 2005) ================================= 10/14/2005: mmatus - Fix bug in anonymous typedef structures leading to strange behaviour. + Fix bug in anonymous typedef structures which was leading to + strange behaviour. 10/13/2005: mmatus Several minor changes: diff --git a/README b/README index 7b10fcaaa..c99667ab4 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ What's New? =========== SWIG-1.3.27 summary: -- Fix bug in anonymous typedef structures leading to strange behaviour. +- Fix bug in anonymous typedef structures which was leading to strange behaviour SWIG-1.3.26 summary: - New language modules: Lua, CLISP and Common Lisp with UFFI.