summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-06 09:08:36 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-06 09:08:36 +0000
commit4bbb1c915a93c54d036073574cd2d2003b1c4107 (patch)
treef14b800beac77201ef614bb4ef90b4682dd19940 /CHANGES.current
parentbb01ed32865badddac6702392523b134b06da7d3 (diff)
parent0cf59ff44213888e648cd80973def5ace8b92c41 (diff)
downloadswig-4bbb1c915a93c54d036073574cd2d2003b1c4107.tar.gz
Merge branch 'pjohangustavsson-patch-1'
* pjohangustavsson-patch-1: Add C# -namespace symbol fix into CHANGES Update csharp.cxx
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index d1ceca51c..9ac2a4cb0 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,14 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-02-06: pjohangustavsson
+ [C#] Fix duplicate symbol problems when linking the source generated
+ from multiple SWIG modules into one shared library for the -namespace
+ option. The namespace is now mangled into the global PInvoke function
+ names.
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
2016-01-27: ahnolds
[Python] Added support for differentiating between Python Bytes
and Unicode objects using by defining SWIG_PYTHON_STRICT_BYTE_CHAR