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:
authorDick Porter <dick@acm.org>2007-11-15 20:13:46 +0300
committerDick Porter <dick@acm.org>2007-11-15 20:13:46 +0300
commite2577f0f0d0c69619993c3d1a81c2a9bd48c9ab2 (patch)
tree423fe26be0fd84b87a481b9422715d949a2b7d1e /mcs/class/System/System.Diagnostics/ChangeLog
parent3cfcca39268418d46fd63cfa7020e52e54cc1ba2 (diff)
2007-11-15 Dick Porter <dick@ximian.com>
* Process.cs: Pass the process handle to GetModules_internal(); svn path=/trunk/mcs/; revision=89687
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 34c710eca66..a828b62401a 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-15 Dick Porter <dick@ximian.com>
+
+ * Process.cs: Pass the process handle to GetModules_internal();
+
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
* Process.cs : ... and it exposed some missing attributes.