diff --git a/CHANGES.current b/CHANGES.current index 6b0cfc09e..05f2722a0 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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. diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 91bcf0e2b..8789ec687 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -157,6 +157,7 @@ CPP_TEST_CASES += \ namespace_nested \ namespace_spaces \ namespace_template \ + namespace_typedef_class \ namespace_typemap \ namespace_virtual_method \ newobject1 \ diff --git a/README b/README index b22019a30..d83ef06e2 100644 --- a/README +++ b/README @@ -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$