summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
committerOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
commit631b41ae7b454b8593af56c65c1451db9e174a52 (patch)
tree22499f36f96d4886553b05efd1897f6858cd44db /RELEASENOTES
parent6f3f4fbdf163cef537960620e48190f36ad2c08b (diff)
downloadswig-631b41ae7b454b8593af56c65c1451db9e174a52.tar.gz
Use https for swig.org links
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 33f7e4c45..237afa8c9 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -5,7 +5,7 @@ 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.
+published on the SWIG web site at https://swig.org/release.html.
SWIG-4.1.0 summary:
- Add PHP 8 support.
@@ -131,7 +131,7 @@ SWIG-3.0.1 summary:
SWIG-3.0.0 summary:
- This is a major new release focusing primarily on C++ improvements.
- C++11 support added. Please see documentation for details of supported
- features: http://www.swig.org/Doc3.0/CPlusPlus11.html
+ features: https://www.swig.org/Doc3.0/CPlusPlus11.html
- Nested class support added. This has been taken full advantage of in
Java and C#. Other languages can use the nested classes, but require
further work for a more natural integration into the target language.
@@ -238,7 +238,7 @@ SWIG-2.0.1 summary:
and Python language modules.
SWIG-2.0.0 summary:
-- License changes, see LICENSE file and http://www.swig.org/legal.html.
+- License changes, see LICENSE file and https://www.swig.org/legal.html.
- Much better nested class/struct support.
- Much improved template partial specialization and explicit
specialization handling.