diff --git a/ANNOUNCE b/ANNOUNCE index cd3cbb1c8..807e3aeaf 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 1.3.34 (in progress) *** +*** ANNOUNCE: SWIG 1.3.34 (27 February 2008) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index 670b7afd1..300f9bccd 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,5 @@ -Version 1.3.34 (in progress) -============================ +Version 1.3.34 (27 February 2008) +================================= 02/13/2008: wsfulton [R] Fix wrapping of global function pointer variables. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index debb2a8fb..7fa41346c 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.34 (in progress) +Last update : SWIG-1.3.34 (27 February 2008)

Sections

diff --git a/README b/README index 07991a0a3..bd93c2953 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.33 (November 23, 2007) +Version: 1.3.34 (27 February 2008) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, @@ -93,6 +93,11 @@ Information about SWIG is also available in Japanese translation at What's New? =========== +SWIG-1.3.34 summary: +- shared_ptr support for Python +- Various minor improvements/bug fixes for R, Lua, Python, Java, C# +- A few other generic bug fixes, mainly for templates and using statements + SWIG-1.3.33 summary: - Fix regression for Perl where C++ wrappers would not compile - Fix regression parsing macros