summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE12
-rw-r--r--CHANGES.current4
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README2
-rw-r--r--RELEASENOTES8
5 files changed, 23 insertions, 5 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index f7d7eb8a9..6f1411668 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 3.0.7 (in progress) ***
+*** ANNOUNCE: SWIG 3.0.7 (3 Aug 2015) ***
http://www.swig.org
@@ -18,6 +18,16 @@ include generation of scripting language extension modules, rapid
prototyping, testing, and user interface development for large
C/C++ systems.
+Release Notes
+=============
+Detailed release notes are available with the release and are also
+published on the SWIG web site at http://swig.org/release.html.
+
+SWIG-3.0.7 summary:
+- Add support for Octave-4.0.0.
+- Remove potential Android security exploit in generated Java classes.
+- Minor new features and bug fixes.
+
Availability
============
The release is available for download on Sourceforge at
diff --git a/CHANGES.current b/CHANGES.current
index 48ccc2036..f6922c5f2 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,8 +2,8 @@ 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.7 (in progress)
-===========================
+Version 3.0.7 (3 Aug 2015)
+==========================
2015-08-02: wsfulton
[Java] Fix potential security exploit in generated Java classes.
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 4bf40c969..f0027d136 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-3.0 Documentation</H1>
-Last update : SWIG-3.0.7 (in progress)
+Last update : SWIG-3.0.7 (3 Aug 2015)
<H2>Sections</H2>
diff --git a/README b/README
index a02c56ea9..27d33df32 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 3.0.7 (in progress)
+Version: 3.0.7 (3 Aug 2015)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
diff --git a/RELEASENOTES b/RELEASENOTES
index bb1d82bb9..895caa2dd 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,14 @@ and CHANGES files.
Release Notes
=============
+Detailed release notes are available with the release and are also
+published on the SWIG web site at http://swig.org/release.html.
+
+SWIG-3.0.7 summary:
+- Add support for Octave-4.0.0.
+- Remove potential Android security exploit in generated Java classes.
+- Minor new features and bug fixes.
+
SWIG-3.0.6 summary:
- Stability and regression fixes.
- Fixed parsing of C++ corner cases.