From f41f64a1d5cf3751a7d099c34ef0c57719b6953a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 2 Nov 2006 00:00:05 +0000 Subject: [PATCH] updates for 1.3.30 release git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9506 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 10 +++++----- CHANGES.current | 2 +- Doc/Manual/Sections.html | 2 +- README | 13 ++++++++++--- TODO | 4 ++-- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 5aa629656..c4754427b 100644 --- a/ANNOUNCE +++ b/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 --------------- diff --git a/CHANGES.current b/CHANGES.current index 582a70086..6856295e6 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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 diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index 98d4c1abb..7a1a564c4 100644 --- a/Doc/Manual/Sections.html +++ b/Doc/Manual/Sections.html @@ -6,7 +6,7 @@

SWIG-1.3 Development Documentation

-Last update : SWIG-1.3.29 (March 21, 2006) +Last update : SWIG-1.3.30 (November 1, 2006)

Sections

diff --git a/README b/README index eb324a23d..27f39671d 100644 --- a/README +++ b/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 diff --git a/TODO b/TODO index aec429b2d..4a4547069 100644 --- a/TODO +++ b/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