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:
authorGert Driesen <drieseng@users.sourceforge.net>2008-09-20 15:41:12 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2008-09-20 15:41:12 +0400
commita21deeae6ab51d520d17508c274b79ebef772e09 (patch)
tree8bfe56fe2b61919df94ea5d45b8b976d9f331238 /mcs/class/System/System.Diagnostics/ChangeLog
parenta758271d3dfa30383cec8c40c19fc69a67fdb37c (diff)
* DiagnosticsConfigurationHandler.cs (AddTraceAttributes): Avoid
wrapping configuration errors thrown during initialization of TraceImpl. Fixed line endings. svn path=/trunk/mcs/; revision=113629
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 703543ece12..89f46549966 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,5 +1,10 @@
+2008-09-20 Gert Driesen <drieseng@users.sourceforge.net>
-Thu Sep 18 18:14:25 CEST 2008 Paolo Molaro <lupus@ximian.com>
+ * DiagnosticsConfigurationHandler.cs (AddTraceAttributes): Avoid
+ wrapping configuration errors thrown during initialization of
+ TraceImpl. Fixed line endings.
+
+2008-09-18 Paolo Molaro <lupus@ximian.com>
* CounterSampleCalculator.cs: added more calculated types.
* PerformanceCounter.cs: NextValue() works as well as RawValue.