[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Net / ChangeLog
index 3f5df245670e227523d9f4be04389158e0930ff0..b6f43ac63bc140d1d97b942f04d946a9e8b1d2fd 100644 (file)
@@ -1,4 +1,131 @@
-2008-03-13  Jb Evain  <jbevain@novell.com>
+2010-04-21  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * new files to build System.Net.dll for ML.
+       * moonlight_raw_System.Net.dll.sources: Add System.Net.Sockets/
+       SocketClientAccessPolicyProtocol.cs to the build
 
+2010-04-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * moonlight_raw_System.Net.dll.sources: Move InternalWebRequest
+       StreamWrapper.cs back to System.Windows.dll
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
+
+2010-03-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Add types from (new internal)
+       System.Net.Policy (moved from System.Windows.Browser.dll)
+       * Makefile: Add reference to System.Xml.dll to parse policies
+
+2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Add UdpAnySourceMulticastClient and
+       UdpSingleSourceMulticastClient stubs (with some validations)
+       for SL4 (required to compile tests)
+
+2010-01-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Add InternalWebRequestStreamWrapper.cs
+       * Makefile: Add reference to System.Core (for Action<T>)
+
+2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Remove (almost) everything. This 
+       assembly in 3.5+ does not share anything with what SL2/3 
+       provide (the later being a part of System.dll)
+
+2009-12-04  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * net_2_1_raw_System.Net.dll.sources: Remove HttpStatusCode_2_1.cs
+
+2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Adjust location for
+       DnsEndPoint
+
+2009-09-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Remove Timer_2_1.cs and 
+       related classes from System.dll - they are not required anymore
+       since Gonzalo's changes on Socket.Close(int)
+
+2009-09-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Add Timer_2_1.cs and 
+       related classes from System.dll
+
+2009-09-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Substitute System.dll Dns
+       implementation for a ML specific version.
+
+2009-08-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.Net.dll.sources: Add some existing System.dll
+       files required for SL3 and some new files.
+
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: filter the valid profile on the framework version,
+       to make it easier to have custom variants.
+
+2009-07-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Remove extra files not needed to
+       compile System.Net (and cut the tuning time too)
+       * DummySystemNet.cs: Remove. Not needed anymore.
+
+2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Remove the common Const, Locale and 
+       MonoTODOAttribute since we can now get them from mscorlib.dll.
+       Remove all System/System.Net.NetworkInformation/* types since
+       Socket does not depend on them anymore.
+       * DummySystemNet.cs: Add a dummy System.Net.NetworkInformation
+       namespace to please compilers.
+
+2009-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * System.Net.dll.sources: Remove some unneeded files for the
+       build. Add the SL2 specific enums, instead of using the existing
+       ones from System.dll. Include Socket_2_1.cs (from System) and use
+       the AssemblyInfo.cs for this assembly
+
+2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Remove classes that are not in the 
+       final SL2 release
+
+2009-03-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
+         and WriteStreamClosedEventHandler_2_1.cs
+
+2009-02-24  Alan McGovern  <amcgovern@novell.com>
+
+       * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
+       strip out the byte order mark if it exists.
+
+2009-01-21  Jb Evain  <jbevain@novell.com>
+
+       * System.Net/WebClient_2_1.cs: use the length of the stream
+       instead of the ContentLength that is different for gzipped stream.
+
+2008-09-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Net.dll.sources: Add new security-socket related files.
+
+2008-07-31  Jb Evain  <jbevain@novell.com>
+
+       * System.Net.dll.sources: fine tune.
+
+2008-07-14  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Net.dll.sources: added
+       System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
+
+2008-04-13  Jb Evain  <jbevain@novell.com>
+
+       * System.Net: new assembly in SL 2b1.
+       Merged from the Moonlight 2 branch.