summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current8
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
4 files changed, 9 insertions, 5 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index f0215a64f..5aa629656 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 1.3.29 (March 8, 2006) ***
+*** ANNOUNCE: SWIG 1.3.29 (March 21, 2006) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index d12aec4b9..480f9e580 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,5 +1,5 @@
-Version 1.3.29 (March 8, 2006)
-==============================
+Version 1.3.29 (March 21, 2006)
+===============================
03/17/2005: mutandiz
[allegrocl]
@@ -43,6 +43,10 @@ Version 1.3.29 (March 8, 2006)
commit.
03/10/2006: wsfulton
+ [Java]
+ Commit #1447337 - Delete LocalRefs at the end of director methods to fix potential leak
+
+03/10/2006: wsfulton
Fix #1444949 - configure does not honor --program-prefix.
Removed non-standard configure option --with-release-suffix. Fix the autoconf standard
options --program-prefix and --program-suffix which were being shown in the help,
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index e1bbbb01d..98d4c1abb 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 5, 2006)
+Last update : SWIG-1.3.29 (March 21, 2006)
<H2>Sections</H2>
diff --git a/README b/README
index af6316ce2..bbd38a550 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 1.3.29 (March 8, 2006)
+Version: 1.3.29 (March 21, 2006)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,