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:
parent
2bef4d6b0c
commit
7f0f0e8f44
4 changed files with 10 additions and 5 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
|||
*** ANNOUNCE: SWIG 1.3.34 (in progress) ***
|
||||
*** ANNOUNCE: SWIG 1.3.34 (27 February 2008) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue