PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-24/SWIG/ANNOUNCE

#
#! | 65 lines | 51 code | 14 blank | 0 comment | 0 complexity | c024e84494ea5b7100a32c7d12254a17 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. *** ANNOUNCE: SWIG 1.3.24 ***
  2. http://www.swig.org
  3. December 14, 2004
  4. We're pleased to announce SWIG-1.3.24, the latest installment in the
  5. SWIG development effort. SWIG-1.3.24 includes a number of bug fixes
  6. and large number of enhancements throughout.
  7. What is SWIG?
  8. -------------
  9. SWIG is a software development tool that reads C/C++ header files and
  10. generates the wrapper code needed to make C and C++ code accessible
  11. from other languages including Perl, Python, Tcl, Ruby, PHP, Java,
  12. Guile, MzScheme, Ocaml, Chicken Scheme, C#, and Allegro Common Lisp.
  13. Major applications of SWIG include generation of scripting language
  14. extension modules, rapid prototyping, testing, and user interface
  15. development for large C/C++ systems.
  16. Availability:
  17. -------------
  18. The release is available for download on Sourceforge at
  19. http://prdownloads.sourceforge.net/swig/swig-1.3.24.tar.gz
  20. Within the next day, a Windows version will also be made available at
  21. http://prdownloads.sourceforge.net/swig/swigwin-1.3.24.zip
  22. Release numbers
  23. ---------------
  24. With SWIG-1.3, we are adopting an odd/even version numbering scheme for
  25. SWIG. Odd version numbers (1.3, 1.5, 1.7, etc...) are considered to
  26. be development releases. Even numbers (1.4,1.6,1.8) are stable
  27. releases. The current 1.3 effort is working to produce a stable 2.0
  28. release. A stable 2.0 release will not be made until it can
  29. accompanied by fully updated documentation. In the meantime, we will
  30. continue to make periodic 1.3.x releases.
  31. We need your help!
  32. ------------------
  33. Even if you are perfectly happy with SWIG-1.1, we can still use your
  34. feedback. First, we like to know about compilation problems and other
  35. issues concerning the building of SWIG. Second, if SWIG-1.3 is unable
  36. to compile your old interface files, we would like to get information
  37. about the features you are using. This information will help us find
  38. bugs in the SWIG-1.3 release, develop techniques for supporting
  39. backwards compatibility, and write documentation that addresses
  40. specific issues related to migrating from SWIG-1.1 to SWIG-1.3.
  41. We are also looking for volunteers who would like to work on various
  42. aspects of SWIG development. SWIG is an unfunded project that would
  43. not exist without volunteers. We are also looking for the developers
  44. of other SWIG language modules. If you have developed a SWIG module
  45. and would like to see it incorporated into the new release, please
  46. contact us to obtain SWIG-CVS access. We are also more than willing
  47. to help port your module from SWIG-1.1 to SWIG-1.3. Please send email
  48. to beazley@cs.uchicago.edu for further information.
  49. Please report problems with this release to the swig-dev mailing list,
  50. details at http://www.swig.org/mail.html.
  51. --- The SWIG Developers