readying for 1.3.28

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-02-11 22:23:21 +00:00
commit 4d5dbf60d6
5 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 1.3.28 (February 5, 2006) ***
*** ANNOUNCE: SWIG 1.3.28 (February 12, 2006) ***
http://www.swig.org

View file

@ -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.

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.28 (February 5, 2006)
Last update : SWIG-1.3.28 (February 12, 2006)
<H2>Sections</H2>

2
README
View file

@ -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,

4
TODO
View file

@ -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.