Update for 1.3.25 release
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c09b7fa897
commit
8205ca9de8
5 changed files with 22 additions and 13 deletions
11
ANNOUNCE
11
ANNOUNCE
|
|
@ -1,11 +1,10 @@
|
|||
*** ANNOUNCE: SWIG 1.3.24 ***
|
||||
*** ANNOUNCE: SWIG 1.3.25 (June 11, 2005) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
December 14, 2004
|
||||
|
||||
We're pleased to announce SWIG-1.3.24, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.24 includes a number of bug fixes
|
||||
We're pleased to announce SWIG-1.3.25, the latest installment in the
|
||||
SWIG development effort. SWIG-1.3.25 includes a number of bug fixes
|
||||
and large number of enhancements throughout.
|
||||
|
||||
What is SWIG?
|
||||
|
|
@ -22,11 +21,11 @@ Availability:
|
|||
-------------
|
||||
The release is available for download on Sourceforge at
|
||||
|
||||
http://prdownloads.sourceforge.net/swig/swig-1.3.24.tar.gz
|
||||
http://prdownloads.sourceforge.net/swig/swig-1.3.25.tar.gz
|
||||
|
||||
Within the next day, a Windows version will also be made available at
|
||||
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.24.zip
|
||||
http://prdownloads.sourceforge.net/swig/swigwin-1.3.25.zip
|
||||
|
||||
Release numbers
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Version 1.3.25 (In progress)
|
||||
============================
|
||||
Version 1.3.25 (June 11, 2005)
|
||||
==============================
|
||||
|
||||
06/02/2005: wsfulton
|
||||
Fix #1066363 - Follow convention of release tarball name matching directory name.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
|
||||
|
||||
Last update : SWIG-1.3.25 (?????? ??, 2004)
|
||||
Last update : SWIG-1.3.25 (June 11, 2005)
|
||||
|
||||
<H2>Sections</H2>
|
||||
|
||||
|
|
|
|||
16
README
16
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 1.3.24 (December 14, 2004)
|
||||
Version: 1.3.25 (June 11, 2005)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with
|
||||
languages including Perl, Python, Tcl, Guile, Mzscheme,
|
||||
|
|
@ -72,10 +72,20 @@ What's New?
|
|||
|
||||
SWIG-1.3.25 summary:
|
||||
- Improved runtime type system. Speed of module loading improved in
|
||||
modules with lots of types. SWIG_RUNTIME_VERSION has been increaced
|
||||
modules with lots of types. SWIG_RUNTIME_VERSION has been increased
|
||||
from 1 to 2, but the API is exactly the same; only internal changes
|
||||
were made.
|
||||
- All languages now support external access to the runtime type system.
|
||||
- The languages that use the runtime type system now support external
|
||||
access to the runtime type system.
|
||||
- Various improvements with typemaps and template handling.
|
||||
- Fewer warnings in generated code.
|
||||
- Improved colour documentation.
|
||||
- Many C# module improvements (exception handling, prevention of early
|
||||
garbage collection, C# attributes support added, more flexible type
|
||||
marshalling/asymmetric types.)
|
||||
- Minor improvements and bug fixes specific to the C#, Java, TCL, Guile,
|
||||
Chicken, MzScheme, Perl, Php, Python, Ruby and Ocaml modules).
|
||||
- Various other bug fixes and memory leak fixes.
|
||||
|
||||
SWIG-1.3.24 summary:
|
||||
- Improved enum handling
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -1,6 +1,6 @@
|
|||
SWIG TO-DO
|
||||
|
||||
Release: SWIG-1.3.24
|
||||
Release: SWIG-1.3.25
|
||||
|
||||
$Header$
|
||||
-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue