summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorStefan Zager <szager@gmail.com>2011-05-18 03:25:35 +0000
committerStefan Zager <szager@gmail.com>2011-05-18 03:25:35 +0000
commitaf858d846ecadb7e5c79b6e0898df4691d981b08 (patch)
tree8abc084783e001b27f5d9819f5eae7c2f950cbeb /RELEASENOTES
parent2946576efb1bb076d7567f4cd0e0453ac06ab624 (diff)
downloadswig-af858d846ecadb7e5c79b6e0898df4691d981b08.tar.gz
Fixes for -builtin docs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12685 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES16
1 files changed, 10 insertions, 6 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index a9ee792b8..36feb6ddf 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -5,12 +5,16 @@ and CHANGES files.
Release Notes
=============
SWIG-2.0.4 summary:
-This is mainly a Python oriented release including support for Python
-built-in types for superior performance with the new -builtin option.
-Python 3.2 support has also been added and various Python bugs have
-been fixed. There are also the usual minor generic improvements, as
-well as bug fixes and enhancements for D, Lua, Octave, and Tcl.
-Octave 3.4 support has also been added.
+- This is mainly a Python oriented release including support for Python
+ built-in types for superior performance with the new -builtin option.
+ The -builtin option is especially suitable for performance-critical
+ libraries and applications that call wrapped methods repeatedly.
+ See the python-specific chapter of the SWIG manual for more info.
+
+- Python 3.2 support has also been added and various Python bugs have
+ been fixed. There are also the usual minor generic improvements, as
+ well as bug fixes and enhancements for D, Lua, Octave, and Tcl.
+ Octave 3.4 support has also been added.
SWIG-2.0.3 summary:
- A bug fix release including a couple of fixes for regressions in the