From 7f0f0e8f442d841ce8c47d6c6d86af60520ac12f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 27 Feb 2008 15:35:20 +0000 Subject: [PATCH] readying 1.3.34 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10271 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 2 +- CHANGES.current | 4 ++-- Doc/Manual/Sections.html | 2 +- README | 7 ++++++- 4 files changed, 10 insertions(+), 5 deletions(-) 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