summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE10
-rw-r--r--CHANGES.current2
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README13
-rw-r--r--TODO4
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 @@
<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>
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