PageRenderTime 11ms CodeModel.GetById 8ms app.highlight 2ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1.3.35/ANNOUNCE

#
#! | 47 lines | 34 code | 13 blank | 0 comment | 0 complexity | 075e4cbeac40b8b3442f6b150566d5bf MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1*** ANNOUNCE: SWIG 1.3.35 (7 April 2008) ***
 2
 3http://www.swig.org
 4
 5
 6We're pleased to announce SWIG-1.3.35, the latest installment in the
 7SWIG development effort.  SWIG-1.3.35 includes a number of bug fixes
 8and large number of enhancements throughout.
 9
10What is SWIG?
11-------------
12
13SWIG is a software development tool that reads C/C++ header files and
14generates the wrapper code needed to make C and C++ code accessible
15from other languages including Perl, Python, Tcl, Ruby, PHP, Java,
16Scheme (Guile, MzScheme, CHICKEN), Ocaml, Lua, Pike, C#, Modula-3, Octave, R,
17Common Lisp (CLISP, Allegro CL, CFFI, UFFI). SWIG can also export its parse
18tree in the form of XML and Lisp s-expressions.  Major applications of
19SWIG include generation of scripting language extension modules, rapid
20prototyping, testing, and user interface development for large C/C++
21systems.
22
23Availability:
24-------------
25The release is available for download on Sourceforge at
26
27     http://prdownloads.sourceforge.net/swig/swig-1.3.35.tar.gz
28
29A Windows version is also available at
30
31     http://prdownloads.sourceforge.net/swig/swigwin-1.3.35.zip
32
33Release numbers
34---------------
35With SWIG-1.3, we are adopting an odd/even version numbering scheme for
36SWIG.  Odd version numbers (1.3, 1.5, 1.7, etc...) are considered to
37be development releases.  Even numbers (1.4,1.6,1.8) are stable
38releases.  The current 1.3 effort is working to produce a stable 2.0
39release.  A stable 2.0 release will not be made until it can
40accompanied by fully updated documentation.  In the meantime, we will
41continue to make periodic 1.3.x releases.
42
43Please report problems with this release to the swig-dev mailing list,
44details at http://www.swig.org/mail.html.
45
46--- The SWIG Developers
47