updates for 1.3.30 release
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9506 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
aa04c4c057
commit
f41f64a1d5
5 changed files with 19 additions and 12 deletions
10
ANNOUNCE
10
ANNOUNCE
|
|
@ -1,10 +1,10 @@
|
|||
*** ANNOUNCE: SWIG 1.3.29 (March 21, 2006) ***
|
||||
*** ANNOUNCE: SWIG 1.3.30 (November 1, 2006) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
|
||||
We're pleased to announce SWIG-1.3.29, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.29 includes a number of bug fixes
|
||||
We're pleased to announce SWIG-1.3.30, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.30 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.29.tar.gz
|
||||
http://prdownloads.sourceforge.net/swig/swig-1.3.30.tar.gz
|
||||
|
||||
A Windows version should also be available at
|
||||
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.29.zip
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.30.zip
|
||||
|
||||
Release numbers
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Version 1.3.30 (in progress)
|
||||
============================
|
||||
===========================
|
||||
|
||||
10/29/2006: wsfulton
|
||||
[Java] Remove DeleteLocalRef from end of director methods for now as it is causing a
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
|
||||
|
||||
Last update : SWIG-1.3.29 (March 21, 2006)
|
||||
Last update : SWIG-1.3.30 (November 1, 2006)
|
||||
|
||||
<H2>Sections</H2>
|
||||
|
||||
|
|
|
|||
13
README
13
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 1.3.29 (March 21, 2006)
|
||||
Version: 1.3.30rc1 (November 1, 2006)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
|
||||
|
|
@ -90,8 +90,15 @@ What's New?
|
|||
===========
|
||||
|
||||
SWIG-1.3.30 summary:
|
||||
- Add feature:constasvar to guile and chicken modules, to export constants
|
||||
as variables instead of functions that return the constant value.
|
||||
- Python-2.5 support
|
||||
- New language module: R
|
||||
- Director support added for C#
|
||||
- Numerous director fixes and improvements
|
||||
- Improved mingw/msys support
|
||||
- Better constants support in Guile and chicken modules
|
||||
- Minor improvements/fixes in cffi, php, allegrocl, perl, chicken, lua, ruby,
|
||||
ocaml, python, java, c# language modules, guile
|
||||
- Many many other bug fixes
|
||||
|
||||
SWIG-1.3.29 summary:
|
||||
- Numerous important bug fixes
|
||||
|
|
|
|||
4
TODO
4
TODO
|
|
@ -1,6 +1,6 @@
|
|||
SWIG TO-DO
|
||||
|
||||
Release: SWIG-1.3.29
|
||||
Release: SWIG-1.3.30
|
||||
|
||||
$Header$
|
||||
-----------------------------------------------------------------------------
|
||||
|
|
@ -213,7 +213,7 @@ Java
|
|||
C#
|
||||
--
|
||||
|
||||
*** Implement director support for C# so that virtual methods work seemlessly
|
||||
DONE Implement director support for C# so that virtual methods work seemlessly
|
||||
when mixing C# and C++ code.
|
||||
|
||||
PHP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue