diff --git a/ANNOUNCE b/ANNOUNCE
index 57e14800d..d172de9e8 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,11 +1,11 @@
-*** ANNOUNCE: SWIG 1.3.22 ***
+*** ANNOUNCE: SWIG 1.3.23 ***
http://www.swig.org
-September 4, 2004
+November 6, 2004
-We're pleased to announce SWIG-1.3.22, the latest installment in the
-SWIG development effort. SWIG-1.3.22 includes a number of bug fixes
+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
and large number of enhancements throughout.
What is SWIG?
@@ -22,11 +22,11 @@ Availability:
-------------
The release is available for download on Sourceforge at
- http://prdownloads.sourceforge.net/swig/swig-1.3.22.tar.gz
+ http://prdownloads.sourceforge.net/swig/swig-1.3.23.tar.gz
Within the next day, a Windows version will also be made available at
- http://prdownloads.sourceforge.net/swig/swigwin-1.3.22.zip
+ http://prdownloads.sourceforge.net/swig/swigwin-1.3.23.zip
Release numbers
---------------
diff --git a/CHANGES.current b/CHANGES.current
index 7e9ecfdca..21a581d57 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,5 +1,5 @@
-Version 1.3.23 (in progress)
-============================
+Version 1.3.23 (November 6, 2004)
+=================================
10/31/2004: mmatus
- Solve namespace + class declarations, as in
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 5e1276b7f..b79d695c9 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
SWIG-1.3 Development Documentation
-Last update : SWIG-1.3.23 (?????? ?, 2004)
+Last update : SWIG-1.3.23 (November 6, 2004)
Sections
diff --git a/README b/README
index 8cafb7e50..105993b7c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 1.3.22 (September 4, 2004)
+Version: 1.3.23 (November 6, 2004)
Tagline: SWIG is a compiler that integrates C and C++ with
languages including Perl, Python, Tcl, Guile, Mzscheme,
@@ -60,7 +60,7 @@ Information about SWIG is also available in Japanese translation at
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!! IMPORTANT !!!!!!!
!!!!!!! !!!!!!!
-!!!!!!! Previous SWIG users should read the documentation !!!!!!!
+!!!!!!! Previous SWIG-1.1 users should read the documentation !!!!!!!
!!!!!!! file Doc/Manual/SWIG.html before trying to use SWIG-1.3!!!!!!!
!!!!!!! on existing SWIG interfaces. This is the most current !!!!!!!
!!!!!!! documentation that describes new 1.3 features and !!!!!!!
@@ -70,6 +70,21 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
+SWIG-1.3.23 summary:
+- Improved support for callbacks
+- Python docstring support
+- 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.
+- 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
+- Overloaded templated function support added
+- More powerful default typemaps (mixed default typemaps)
+- Some important %feature, %extend and director code bug fixes
+- Various minor improvements and bug fixes for C#, Chicken, Guile, Java,
+ MzScheme, Perl, Python and Ruby
+
SWIG-1.3.22 summary:
- Improved exception handling and translation of C errors or C++
exceptions into target language exceptions.
@@ -89,7 +104,7 @@ SWIG-1.3.22 summary:
- Various %fragment improvements.
- RPM fixes.
- Various minor improvements and bug fixes for C#, Chicken, Guile, Java,
- MzScheme, Perl, Php, Ruby and XML.
+ MzScheme, Perl, Php, Python, Ruby and XML.
The SWIG-1.3.x development releases offer a huge number of improvements
diff --git a/TODO b/TODO
index 0b84c32aa..81b66b1c1 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
SWIG TO-DO
-Release: SWIG-1.3.22
+Release: SWIG-1.3.23
$Header$
-----------------------------------------------------------------------------