readying 1.3.34

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10271 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-02-27 15:35:20 +00:00
commit 7f0f0e8f44
4 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 1.3.34 (in progress) ***
*** ANNOUNCE: SWIG 1.3.34 (27 February 2008) ***
http://www.swig.org

View file

@ -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.

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.34 (in progress)
Last update : SWIG-1.3.34 (27 February 2008)
<H2>Sections</H2>

7
README
View file

@ -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