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/System/System.Net.Sockets/ChangeLog')
-rw-r--r--mcs/class/System/System.Net.Sockets/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System/System.Net.Sockets/ChangeLog b/mcs/class/System/System.Net.Sockets/ChangeLog
index 1f60e58e4fe..1fbabb5610e 100644
--- a/mcs/class/System/System.Net.Sockets/ChangeLog
+++ b/mcs/class/System/System.Net.Sockets/ChangeLog
@@ -1,5 +1,13 @@
2007-01-24 Dick Porter <dick@ximian.com>
+ * IOControlCode.cs:
+ * SocketInformationOptions.cs:
+ * TransmitFileOptions.cs: Fix enum values
+
+ * AddressFamily.cs: Not Serializable in the 2.0 profile
+
+2007-01-24 Dick Porter <dick@ximian.com>
+
* NetworkStream.cs: 2.0 profile updates, based on a patch by
Sridhar Kulkarni (sridharkulkarni@gmail.com)