Add 3.0.4 release information
This commit is contained in:
parent
aa5d916e4d
commit
558ded2ceb
5 changed files with 8 additions and 4 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
|||
*** ANNOUNCE: SWIG 3.0.4 (in progress) ***
|
||||
*** ANNOUNCE: SWIG 3.0.4 (14 Jan 2015) ***
|
||||
|
||||
http://www.swig.org
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Below are the changes for the current release.
|
|||
See the CHANGES file for changes in older releases.
|
||||
See the RELEASENOTES file for a summary of changes in each release.
|
||||
|
||||
Version 3.0.4 (in progress)
|
||||
Version 3.0.4 (14 Jan 2015)
|
||||
===========================
|
||||
|
||||
2015-01-12: olly
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
|
||||
|
||||
Last update : SWIG-3.0.4 (in progress)
|
||||
Last update : SWIG-3.0.4 (14 Jan 2015)
|
||||
|
||||
<H2>Sections</H2>
|
||||
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 3.0.4 (in progress)
|
||||
Version: 3.0.4 (14 Jan 2015)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@ and CHANGES files.
|
|||
|
||||
Release Notes
|
||||
=============
|
||||
SWIG-3.0.4 summary:
|
||||
- Python regression fix when wrapping C++ default arguments.
|
||||
- Improved error messages.
|
||||
|
||||
SWIG-3.0.3 summary:
|
||||
- Add support for C++11 strongly typed enumerations.
|
||||
- Numerous bug fixes and minor enhancements for C#, D, Go, Java,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue