Enable the System build for monodroid
[mono.git] / mcs / class / System / System.Net / ChangeLog
index 06b8b0b37aaa52a5d98a86b227a5d9a859ad46f6..28f2b747b7c503c5a4a8180b0d927f500e9cff8d 100644 (file)
@@ -1,3 +1,13 @@
+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.