[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net / ChangeLog
index 4cdd26aac0ded61c4250b655fd722c4930f19ccd..28f2b747b7c503c5a4a8180b0d927f500e9cff8d 100644 (file)
@@ -1,3 +1,17 @@
+2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ServicePointManager.cs: Add special validation for Moonlight
+       * WebConnection.cs: Change a define to NET_2_1
+
+2010-07-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * WebClient.cs: ignore values set in CachePolicy and
+       UseDefaultCredentials instead of throwing NIEX.
+
+2010-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * IPAddress.cs: allow values out of range as MS does.
+
 2010-07-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * WebClient.cs: handle compressed streams when automatic decompression