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.Net/System.Net.Sockets/ChangeLog')
-rw-r--r--mcs/class/System.Net/System.Net.Sockets/ChangeLog32
1 files changed, 0 insertions, 32 deletions
diff --git a/mcs/class/System.Net/System.Net.Sockets/ChangeLog b/mcs/class/System.Net/System.Net.Sockets/ChangeLog
deleted file mode 100644
index adc52712b6a..00000000000
--- a/mcs/class/System.Net/System.Net.Sockets/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-2010-04-21 Sebastien Pouliot <sebastien@ximian.com>
-
- * SocketClientAccessPolicyProtocol.cs: New SL4 enum to select TCP
- (default) or HTTP (new) to retrieve the socket xdomain policy
-
-2010-03-19 Sebastien Pouliot <sebastien@ximian.com>
-
- * SocketException_2_1.cs: Add extra ctor (soon to be used)
-
-2009-04-28 Sebastien Pouliot <sebastien@ximian.com>
-
- * SocketException_2_1.cs: Remove extra ctor and property unused in 2.1
-
-2009-04-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * AddressFamily_2_1.cs: New. SL2 (short) version of the enum
- * ProtocolType_2_1.cs: New. SL2 (short) version of the enum
- * CrossDomainSocketPolicyManager.cs: Removed (from SL2)
- * ISocketPolicyManager.cs: Removed (from SL2)
- * SocketAsyncOperation_2_1.cs:New. SL2 (short) version of the enum
- * SocketPolicyAsyncResult.cs: Removed (from SL2)
- * SocketPolicyCheckCallback.cs: Removed (from SL2)
- * SocketSecurityState.cs: Removed (from SL2)
- * SocketType_2_1.cs: New. SL2 (short) version of the enum
-
-2008-09-16 Sebastien Pouliot <sebastien@ximian.com>
-
- * CrossDomainSocketPolicyManager.cs: New.
- * ISocketPolicyManager.cs: New.
- * SocketPolicyAsyncResult.cs: New.
- * SocketPolicyCheckCallback.cs: New.
- * SocketSecurityState.cs: New.