diff --git a/ANNOUNCE b/ANNOUNCE index e3b8dd779..c341e4071 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -*** ANNOUNCE: SWIG 1.3.28 (February 5, 2006) *** +*** ANNOUNCE: SWIG 1.3.28 (February 12, 2006) *** http://www.swig.org diff --git a/CHANGES.current b/CHANGES.current index 9d21d8ad0..b66bcc553 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,5 @@ -Version 1.3.28 (unreleased). -=========================== +Version 1.3.28 (February 12, 2006) +================================== 02/11/2006: mmatus Fix many issues with line counting and error reports. diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html index ac1318690..8f2ea41b1 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.28 (February 5, 2006) +Last update : SWIG-1.3.28 (February 12, 2006)

Sections

diff --git a/README b/README index 6096a8c62..88372cbd1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ SWIG (Simplified Wrapper and Interface Generator) -Version: 1.3.28 (February 5, 2006) +Version: 1.3.28 (February 12, 2006) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, diff --git a/TODO b/TODO index 4d4739662..ce04de44b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ SWIG TO-DO -Release: SWIG-1.3.27 +Release: SWIG-1.3.28 $Header$ ----------------------------------------------------------------------------- @@ -29,8 +29,6 @@ defer ready to go. The primary obstacle lies in the target language This is one of the last remaining "hard" problems in the SWIG core, but it is important that we solve it. -**** Typemap environments. Stay tuned. - *** "Nested" typemaps. The basic idea is similar to allowing one to use $descriptor(T) for any T, rather than just $descriptor for the type currently being typemapped.