Add 3.0.2 release date
This commit is contained in:
parent
acd0ebc660
commit
37c09b0104
5 changed files with 7 additions and 5 deletions
2
ANNOUNCE
2
ANNOUNCE
|
|
@ -1,4 +1,4 @@
|
|||
*** ANNOUNCE: SWIG 3.0.2 (in progress) ***
|
||||
*** ANNOUNCE: SWIG 3.0.2 (4 Jun 2014) ***
|
||||
|
||||
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.2 (in progress)
|
||||
Version 3.0.2 (4 Jun 2014)
|
||||
===========================
|
||||
|
||||
2014-06-02: v-for-vandal
|
||||
|
|
@ -10,7 +10,6 @@ Version 3.0.2 (in progress)
|
|||
If class has no __eq implemented, then default __eq is generated.
|
||||
Default __eq compares actual pointers stored inside Lua userdata.
|
||||
|
||||
|
||||
2014-06-02: vkalinin
|
||||
Fix #183 - %extend and unnamed nested structs
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
|
||||
|
||||
Last update : SWIG-3.0.2 (in progress)
|
||||
Last update : SWIG-3.0.2 (4 Jun 2014)
|
||||
|
||||
<H2>Sections</H2>
|
||||
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 3.0.2 (in progress)
|
||||
Version: 3.0.2 (4 Jun 2014)
|
||||
|
||||
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,9 @@ and CHANGES files.
|
|||
|
||||
Release Notes
|
||||
=============
|
||||
SWIG-3.0.2 summary:
|
||||
- Bug fix during install and a couple of other minor changes.
|
||||
|
||||
SWIG-3.0.1 summary:
|
||||
- Javascript module added. This supports JavascriptCore (Safari/Webkit),
|
||||
v8 (Chromium) and node.js currently.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue