From 4b1fdf5c55e1112922e8a0191e00b6782f036360 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 17 Apr 2012 22:11:38 +0000 Subject: [PATCH] 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 --- RELEASENOTES | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.