From 5b49cee83033bd817b47f449d453823a70cd3fb1 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 9 Jan 2004 19:37:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5612 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 15 +++++++++++++++ Examples/test-suite/common.mk | 1 + README | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) 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$