*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2004-01-09 19:37:24 +00:00
commit 5b49cee830
3 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,20 @@
Version 1.3.21 (in progress)
==================================
01/09/2004: beazley
Fixed [ 871909 ] simple namespace problem.
This was a problem using anonymous structures in a namespace.
For example:
namespace ns {
typedef struct {
int n;
} S;
};
Reported by Josh Cherry.
01/09/2004: beazley
Fixed some broken Perl examples.
12/28/2003: cheetah (William Fulton)
[Java and C#] Fixes for wrapping covariant (polymorphic) return types.

View file

@ -157,6 +157,7 @@ CPP_TEST_CASES += \
namespace_nested \
namespace_spaces \
namespace_template \
namespace_typedef_class \
namespace_typemap \
namespace_virtual_method \
newobject1 \

2
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.20 (December 17, 2003)
Version: 1.3.21 (January 11, 2003)
$Header$