Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-04-28 21:47:49 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-04-28 21:47:49 +0400
commitf639f4a18325fc3b84768a01c01e27fee62d8ec9 (patch)
tree8bc6798bff8ac78243ea0f3d05098eb3b6a20125 /mcs/class/System/System.Diagnostics/ChangeLog
parent04470304fc6035565e00a2ed59636fd5855c4a85 (diff)
2009-04-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
* ConsoleTraceListener.cs: add an internal constructor that takes a string argument. Used when 'initializeData' is set. * DiagnosticsConfigurationHandler.cs: try internal constructors when the assembly is System. Fixes bug #498853. svn path=/branches/mono-2-4/mcs/; revision=132869
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index e2371a76f46..90bcd499411 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+ * ConsoleTraceListener.cs: add an internal constructor that takes a
+ string argument. Used when 'initializeData' is set.
+ * DiagnosticsConfigurationHandler.cs: try internal constructors when
+ the assembly is System.
+ Fixes bug #498853.
+
2009-01-22 Zoltan Varga <vargaz@gmail.com>
Backport of r124260.