1.3.27 release

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7654 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-14 22:40:18 +00:00
commit 2f62602a43
5 changed files with 15 additions and 10 deletions

View file

@ -1,10 +1,10 @@
*** ANNOUNCE: SWIG 1.3.26 (October 9, 2005) ***
*** ANNOUNCE: SWIG 1.3.27 (October 15, 2005) ***
http://www.swig.org
We're pleased to announce SWIG-1.3.26, the latest installment in the
SWIG development effort. SWIG-1.3.26 includes a number of bug fixes
We're pleased to announce SWIG-1.3.27, the latest installment in the
SWIG development effort. SWIG-1.3.27 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.26.tar.gz
http://prdownloads.sourceforge.net/swig/swig-1.3.27.tar.gz
A Windows version should also be available at
http://prdownloads.sourceforge.net/swig/swigwin-1.3.26.zip
http://prdownloads.sourceforge.net/swig/swigwin-1.3.27.zip
Release numbers
---------------

View file

@ -1,6 +1,8 @@
Version 1.3.27 (In progress)
============================
Version 1.3.27 (October 15, 2005)
=================================
10/14/2005: mmatus
Fix bug in anonymous typedef structures leading to strange behaviour.
10/13/2005: mmatus
Several minor changes:

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.27 (In progress)
Last update : SWIG-1.3.27 (October 15, 2005)
<H2>Sections</H2>

5
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.26 (October 9, 2005)
Version: 1.3.27 (October 15, 2005)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@ -72,6 +72,9 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
SWIG-1.3.27 summary:
- Fix bug in anonymous typedef structures leading to strange behaviour.
SWIG-1.3.26 summary:
- New language modules: Lua, CLISP and Common Lisp with UFFI.
- Big overhaul to the PHP module.

2
TODO
View file

@ -1,6 +1,6 @@
SWIG TO-DO
Release: SWIG-1.3.26
Release: SWIG-1.3.27
$Header$
-----------------------------------------------------------------------------