New tests.
[mono.git] / mcs / class / System.Net / System.Net.Sockets / ChangeLog
index fec54df71c086e4eb3ed4ef3fae118f3a75271bd..adc52712b6ae6a5a60f463f2ebb981accaecf24e 100644 (file)
@@ -1,3 +1,28 @@
+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.