From 57d856d91337a9ea6ed4a796850cfca2bb0893fe Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 20 Mar 2006 23:55:17 +0000 Subject: [PATCH] 1.3.29 date change git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9025 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- ANNOUNCE | 2 +- CHANGES.current | 8 ++++++-- Doc/Manual/Sections.html | 2 +- README | 2 +- 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] @@ -42,6 +42,10 @@ Version 1.3.29 (March 8, 2006) Fix bug in C wrapper generation introduced by last allegrocl 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 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 @@

SWIG-1.3 Development Documentation

-Last update : SWIG-1.3.29 (March 5, 2006) +Last update : SWIG-1.3.29 (March 21, 2006)

Sections

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,