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