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:
authorJb Evain <jbevain@gmail.com>2007-11-16 18:13:21 +0300
committerJb Evain <jbevain@gmail.com>2007-11-16 18:13:21 +0300
commit69c630429f60ed7b442c27cd04d912423a6e16ee (patch)
tree7f892b78988614526b881799794b49749ac2a997 /mcs/class/System/System.Diagnostics/ChangeLog
parentd27eca5d96e36eeed770d018d3845a0e7816768e (diff)
2007-11-16 Jb Evain <jbevain@novell.com>
* Debug_2_1.cs: simply write debug messages to the console. svn path=/trunk/mcs/; revision=89763
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index a828b62401a..5da60b96ee6 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-16 Jb Evain <jbevain@novell.com>
+
+ * Debug_2_1.cs: simply write debug messages to the
+ console.
+
2007-11-15 Dick Porter <dick@ximian.com>
* Process.cs: Pass the process handle to GetModules_internal();