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:
authorAtsushi Eno <atsushieno@gmail.com>2007-09-03 12:51:17 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-09-03 12:51:17 +0400
commit14448f8d3059acd72f067039dc173ff9b38b19e7 (patch)
treed38df5f891195b73b39770fccce717f94e3f9c72 /mcs/class/System/System.Diagnostics/ChangeLog
parenta2b6345a7b061b17bec21c35d95c0910244494e9 (diff)
2007-09-03 Atsushi Enomoto <atsushi@ximian.com>
* Process.cs, ProcessStartInfo.cs : user info support (on windows). Removed encoding_stderr, encoding_stdout which are not needed and do not match icall. svn path=/trunk/mcs/; revision=85209
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index e06825a5673..bf84db7c56f 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-03 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Process.cs, ProcessStartInfo.cs : user info support (on windows).
+ Removed encoding_stderr, encoding_stdout which are not needed and
+ do not match icall.
+
2007-08-23 Robert Jordan <robertj@gmx.net>
* Process.cs: implement PriorityClass. Fixes #81756.