update for 1.3.36 release
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10578 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a5c10ecde3
commit
fc0becfc78
4 changed files with 15 additions and 8 deletions
10
ANNOUNCE
10
ANNOUNCE
|
|
@ -1,10 +1,10 @@
|
|||
*** ANNOUNCE: SWIG 1.3.35 (7 April 2008) ***
|
||||
*** ANNOUNCE: SWIG 1.3.36 (24 June 2008) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
|
||||
We're pleased to announce SWIG-1.3.35, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.35 includes a number of bug fixes
|
||||
We're pleased to announce SWIG-1.3.36, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.36 includes a number of bug fixes
|
||||
and large number of enhancements throughout.
|
||||
|
||||
What is SWIG?
|
||||
|
|
@ -24,11 +24,11 @@ Availability:
|
|||
-------------
|
||||
The release is available for download on Sourceforge at
|
||||
|
||||
http://prdownloads.sourceforge.net/swig/swig-1.3.35.tar.gz
|
||||
http://prdownloads.sourceforge.net/swig/swig-1.3.36.tar.gz
|
||||
|
||||
A Windows version is also available at
|
||||
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.35.zip
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.36.zip
|
||||
|
||||
Release numbers
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
|
||||
|
||||
Last update : SWIG-1.3.36 (in progress)
|
||||
Last update : SWIG-1.3.36 (24 June 2008)
|
||||
|
||||
<H2>Sections</H2>
|
||||
|
||||
|
|
|
|||
9
README
9
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 1.3.35 (7 April 2008)
|
||||
Version: 1.3.35 (24 June 2008)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
|
||||
|
|
@ -91,6 +91,13 @@ A SWIG FAQ and other hints can be found on the SWIG Wiki:
|
|||
What's New?
|
||||
===========
|
||||
|
||||
SWIG-1.3.36 summary:
|
||||
- Enhancement to directors to wrap all protected members
|
||||
- Optimisation feature for objects returned by value
|
||||
- A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
|
||||
Perl modules
|
||||
- Other minor generic bug fixes
|
||||
|
||||
SWIG-1.3.35 summary:
|
||||
- Octave language module added
|
||||
- Bug fixes in Python, Lua, Java, C#, Perl modules
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -1,6 +1,6 @@
|
|||
SWIG TO-DO
|
||||
|
||||
Release: SWIG-1.3.35
|
||||
Release: SWIG-1.3.36
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue