1.3.27 release

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7655 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-14 22:42:56 +00:00
commit 9a90ba6e41
2 changed files with 3 additions and 2 deletions

View file

@ -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:

2
README
View file

@ -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.