From 0cf59ff44213888e648cd80973def5ace8b92c41 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 6 Feb 2016 09:07:23 +0000 Subject: [PATCH] Add C# -namespace symbol fix into CHANGES --- CHANGES.current | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 2a0017822..c80a4936c 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: steeve [Go] Ensure structs are properly packed between gc and GCC/clang.