import source from 1.3.40
[external/swig.git] / ANNOUNCE
1 *** ANNOUNCE: SWIG 1.3.40 (18 August 2009) ***
2
3 http://www.swig.org
4
5
6 We're pleased to announce SWIG-1.3.40, the latest installment in the
7 SWIG development effort.  SWIG-1.3.40 includes a number of bug fixes
8 and enhancements.
9
10 What is SWIG?
11 -------------
12
13 SWIG is a software development tool that reads C/C++ header files and
14 generates the wrapper code needed to make C and C++ code accessible
15 from other languages including Perl, Python, Tcl, Ruby, PHP, Java,
16 Scheme (Guile, MzScheme, CHICKEN), Ocaml, Lua, Pike, C#, Modula-3, Octave, R,
17 Common Lisp (CLISP, Allegro CL, CFFI, UFFI). SWIG can also export its parse
18 tree in the form of XML and Lisp s-expressions.  Major applications of
19 SWIG include generation of scripting language extension modules, rapid
20 prototyping, testing, and user interface development for large C/C++
21 systems.
22
23 Availability:
24 -------------
25 The release is available for download on Sourceforge at
26
27      http://prdownloads.sourceforge.net/swig/swig-1.3.40.tar.gz
28
29 A Windows version is also available at
30
31      http://prdownloads.sourceforge.net/swig/swigwin-1.3.40.zip
32
33 Please report problems with this release to the swig-dev mailing list,
34 details at http://www.swig.org/mail.html.
35
36 --- The SWIG Developers
37