summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-03-19 18:34:06 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-03-19 19:50:44 +0000
commite182b4844cc575da2f5e0321f4356783e1b63932 (patch)
tree97358a6315d39e75b7e87c1c42dcd990aea02edc /CHANGES.current
parent9d0b20916f1aa709efcdd0d1f1a3985f205bf0a0 (diff)
downloadswig-e182b4844cc575da2f5e0321f4356783e1b63932.tar.gz
Fix seg fault in SWIG using directors when class and virtual method names are the same except being in different namespaces when the %nspace feature is not being used.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 90389d812..6547a88be 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 2.0.10 (in progress)
============================
+2013-03-19: wsfulton
+ [C#, Java, D] Fix seg fault in SWIG using directors when class and virtual method names are
+ the same except being in different namespaces when the %nspace feature is not being used.
+
2013-02-19: kwwette
Fix bug in SWIG's handling of qualified (e.g. const) variables of array type. Given the typedef
a(7).q(volatile).double myarray // typedef volatile double[7] myarray;