Bump version to 4.2.0 and migrate CHANGES to CHANGES.current
This commit is contained in:
parent
1f40d38e56
commit
fe2d781b42
6 changed files with 1283 additions and 1281 deletions
8
ANNOUNCE
8
ANNOUNCE
|
|
@ -1,8 +1,8 @@
|
||||||
*** ANNOUNCE: SWIG 4.1.0 (24 Oct 2022) ***
|
*** ANNOUNCE: SWIG 4.2.0 (in progress) ***
|
||||||
|
|
||||||
https://www.swig.org
|
https://www.swig.org
|
||||||
|
|
||||||
We're pleased to announce SWIG-4.1.0, the latest SWIG release.
|
We're pleased to announce SWIG-4.2.0, the latest SWIG release.
|
||||||
|
|
||||||
What is SWIG?
|
What is SWIG?
|
||||||
=============
|
=============
|
||||||
|
|
@ -25,11 +25,11 @@ Availability
|
||||||
============
|
============
|
||||||
The release is available for download on Sourceforge at
|
The release is available for download on Sourceforge at
|
||||||
|
|
||||||
https://prdownloads.sourceforge.net/swig/swig-4.1.0.tar.gz
|
https://prdownloads.sourceforge.net/swig/swig-4.2.0.tar.gz
|
||||||
|
|
||||||
A Windows version is also available at
|
A Windows version is also available at
|
||||||
|
|
||||||
https://prdownloads.sourceforge.net/swig/swigwin-4.1.0.zip
|
https://prdownloads.sourceforge.net/swig/swigwin-4.2.0.zip
|
||||||
|
|
||||||
Please report problems with this release to the swig-devel mailing list,
|
Please report problems with this release to the swig-devel mailing list,
|
||||||
details at https://www.swig.org/mail.html.
|
details at https://www.swig.org/mail.html.
|
||||||
|
|
|
||||||
1272
CHANGES.current
1272
CHANGES.current
File diff suppressed because it is too large
Load diff
|
|
@ -1,14 +1,14 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>SWIG-4.1 Documentation</title>
|
<title>SWIG-4.2 Documentation</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#ffffff">
|
<body bgcolor="#ffffff">
|
||||||
<H1><a name="Sections">SWIG-4.1 Documentation</a></H1>
|
<H1><a name="Sections">SWIG-4.2 Documentation</a></H1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Last update : SWIG-4.1.0 (24 Oct 2022)
|
Last update : SWIG-4.2.0 (in progress)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<H2><a name="Sections_Sections">Sections</a></H2>
|
<H2><a name="Sections_Sections">Sections</a></H2>
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,7 +1,5 @@
|
||||||
SWIG (Simplified Wrapper and Interface Generator)
|
SWIG (Simplified Wrapper and Interface Generator)
|
||||||
|
|
||||||
Version: 4.1.0 (24 Oct 2022)
|
|
||||||
|
|
||||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||||
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
|
||||||
Octave, R, Scheme (Guile, MzScheme/Racket), Scilab, Ocaml.
|
Octave, R, Scheme (Guile, MzScheme/Racket), Scilab, Ocaml.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
dnl The macros which aren't shipped with the autotools are stored in the
|
dnl The macros which aren't shipped with the autotools are stored in the
|
||||||
dnl Tools/config directory in .m4 files.
|
dnl Tools/config directory in .m4 files.
|
||||||
|
|
||||||
AC_INIT([swig],[4.1.0],[https://www.swig.org])
|
AC_INIT([swig],[4.2.0],[https://www.swig.org])
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
|
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue