From 94d8fb1c38c74b1f7f2cd71b7185dea2194d8d5e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 11 Nov 2004 21:39:49 +0000 Subject: [PATCH] update for release git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6713 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/ANNOUNCE | 2 +- SWIG/CHANGES.current | 2 +- SWIG/README | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/SWIG/ANNOUNCE b/SWIG/ANNOUNCE index d172de9e8..310e48d42 100644 --- a/SWIG/ANNOUNCE +++ b/SWIG/ANNOUNCE @@ -2,7 +2,7 @@ http://www.swig.org -November 6, 2004 +November 11, 2004 We're pleased to announce SWIG-1.3.23, the latest installment in the SWIG development effort. SWIG-1.3.23 includes a number of bug fixes diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 1360c9571..42f64f0b1 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,4 +1,4 @@ -Version 1.3.23 (November 6, 2004) +Version 1.3.23 (November 11, 2004) ================================= 12/05/2004: wsfulton diff --git a/SWIG/README b/SWIG/README index 895aff568..173c6fcd9 100644 --- a/SWIG/README +++ b/SWIG/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.23 (November 6, 2004) +Version: 1.3.23 (November 11, 2004) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Guile, Mzscheme, @@ -76,8 +76,9 @@ SWIG-1.3.23 summary: - C++ default argument support for Java and C# added. - Improved c++ default argument support for the scripting languages plus option to use original (compact) default arguments. -- %feature and %ignore/%rename mods - they might need default arguments - specified to maintain compatible behaviour when using new default arguments +- %feature and %ignore/%rename bug fixes and mods - they might need default + arguments specified to maintain compatible behaviour when using the new + default arguments wrapping. - Runtime library changes: Runtime code can now exist in more than one module and so need not be compiled into just one module - Further improved support for templates and namespaces @@ -180,7 +181,7 @@ well advised to read this. Release Notes ============= Please see the CHANGES files for a detailed list of bug fixes and -new features. The ANNOUNCE file has a summary of the changes. +new features. A summary of the changes is included in this README file. Windows Installation ====================