"Fossies" - the Fresh Open Source Software Archive 
Member "swig-4.1.1/ANNOUNCE" (30 Nov 2022, 1242 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "ANNOUNCE":
4.1.0_vs_4.1.1.
1 *** ANNOUNCE: SWIG 4.1.1 (30 Nov 2022) ***
2
3 https://www.swig.org
4
5 We're pleased to announce SWIG-4.1.1, the latest SWIG release.
6
7 What is SWIG?
8 =============
9
10 SWIG is a software development tool that reads C/C++ header files and
11 generates the wrapper code needed to make C and C++ code accessible
12 from other programming languages including Perl, Python, Tcl, Ruby,
13 PHP, C#, Go, Java, Javascript, Lua, Scheme (Guile, MzScheme), D,
14 Ocaml, Octave, R, Scilab. SWIG can also export its parse tree in
15 the form of XML. Major applications of SWIG include generation of
16 scripting language extension modules, rapid prototyping, testing,
17 and user interface development for large C/C++ systems.
18
19 Release Notes
20 =============
21 Detailed release notes are available with the release and are also
22 published on the SWIG web site at https://swig.org/release.html.
23
24 Availability
25 ============
26 The release is available for download on Sourceforge at
27
28 https://prdownloads.sourceforge.net/swig/swig-4.1.1.tar.gz
29
30 A Windows version is also available at
31
32 https://prdownloads.sourceforge.net/swig/swigwin-4.1.1.zip
33
34 Please report problems with this release to the swig-devel mailing list,
35 details at https://www.swig.org/mail.html.
36
37 --- The SWIG Developers
38