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:
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index b18cedbecff..8ba6b04c24f 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-02 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Console.cs: Remove Windows-specific p/invokes and SSC code
+ from the NET_2_1 build.
+
2009-05-01 Sebastien Pouliot <sebastien@ximian.com>
* AppDomainManager.cs: Fix base class for NET_2_1 and implement