summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-17 22:11:38 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-04-17 22:11:38 +0000
commit4b1fdf5c55e1112922e8a0191e00b6782f036360 (patch)
treee782ce42110532b75891b805e3d9289bd2c64617 /RELEASENOTES
parent7615b099d1281f06aecd9092eef93948a0057e5a (diff)
downloadswig-4b1fdf5c55e1112922e8a0191e00b6782f036360.tar.gz
Add release notes summary for 2.0.5
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index f517b9db2..5b542d4da 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,19 @@ and CHANGES files.
Release Notes
=============
+SWIG-2.0.5 summary:
+- Official Android support added including documentation and examples.
+- Improvements involving templates:
+ 1) Various fixes with templates and typedef types.
+ 2) Some template lookup problems fixed.
+ 3) Templated type fixes to use correct typemaps.
+- Autodoc documentation generation improvements.
+- Python STL container wrappers improvements including addition of
+ stepped slicing.
+- Approximately 70 fixes and minor enhancements for the following
+ target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave,
+ Perl, PHP, Python, R, Ruby, Tcl, Xml.
+
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.