summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2015-07-17 09:49:44 +0200
committerKarl Wette <karl.wette@ligo.org>2015-07-17 09:49:44 +0200
commit8261fc7fc4d6fbde8fa595f8700fd461bde692f4 (patch)
treebd74ca7caca4ebae16c2d4ee5e2b1a7899267416
parent53feb8ee3a37fe7bfee8f2fad5d335dd188a8899 (diff)
downloadswig-8261fc7fc4d6fbde8fa595f8700fd461bde692f4.tar.gz
Update CHANGES.current and Octave.html to indicate Octave 4.0.0 support
-rw-r--r--CHANGES.current3
-rw-r--r--Doc/Manual/Octave.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 5bec5d4e0..8917fa4a1 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.7 (in progress)
===========================
+2015-07-17: kwwette
+ [octave] Support Octave version 4.0.0 (thanks to patches from Orion Poplawski).
+
2015-07-07: wsfulton
SWIG no longer generates a wrapper for a class' constructor if that class has
any base class with a private destructor. This is because your compiler should
diff --git a/Doc/Manual/Octave.html b/Doc/Manual/Octave.html
index 46a8941c2..5f8437a6a 100644
--- a/Doc/Manual/Octave.html
+++ b/Doc/Manual/Octave.html
@@ -59,7 +59,7 @@ Also, there are a dozen or so examples in the Examples/octave directory, and hun
<p>
-As of SWIG 3.0.3, the Octave module has been tested with Octave versions 3.2.4, 3.4.3, 3.6.4, and 3.8.1.
+As of SWIG 3.0.7, the Octave module is regularly tested with Octave versions 3.2.4, 3.8.1, and 4.0.0.
Use of older Octave versions is not recommended, as these versions are no longer tested with SWIG.
</p>