rename net_2_1 to moonlight
[mcs.git] / class / System.Net / ChangeLog
blob7da7dd94bd6e2fd27e7d86f9cf6eb9e918a7e0cc
1 2010-03-16  Jb Evain  <jbevain@novell.com>
3         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
5 2010-03-10  Sebastien Pouliot  <sebastien@ximian.com>
7         * net_2_1_raw_System.Net.dll.sources: Add types from (new internal)
8         System.Net.Policy (moved from System.Windows.Browser.dll)
9         * Makefile: Add reference to System.Xml.dll to parse policies
11 2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>
13         * System.Net.dll.sources: Add UdpAnySourceMulticastClient and
14         UdpSingleSourceMulticastClient stubs (with some validations)
15         for SL4 (required to compile tests)
17 2010-01-11  Sebastien Pouliot  <sebastien@ximian.com>
19         * System.Net.dll.sources: Add InternalWebRequestStreamWrapper.cs
20         * Makefile: Add reference to System.Core (for Action<T>)
22 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
24         * System.Net.dll.sources: Remove (almost) everything. This 
25         assembly in 3.5+ does not share anything with what SL2/3 
26         provide (the later being a part of System.dll)
28 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com> 
30         * net_2_1_raw_System.Net.dll.sources: Remove HttpStatusCode_2_1.cs
32 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
34         * net_2_1_raw_System.Net.dll.sources: Adjust location for
35         DnsEndPoint
37 2009-09-29  Sebastien Pouliot  <sebastien@ximian.com>
39         * net_2_1_raw_System.Net.dll.sources: Remove Timer_2_1.cs and 
40         related classes from System.dll - they are not required anymore
41         since Gonzalo's changes on Socket.Close(int)
43 2009-09-27  Sebastien Pouliot  <sebastien@ximian.com>
45         * net_2_1_raw_System.Net.dll.sources: Add Timer_2_1.cs and 
46         related classes from System.dll
48 2009-09-24  Sebastien Pouliot  <sebastien@ximian.com>
50         * net_2_1_raw_System.Net.dll.sources: Substitute System.dll Dns
51         implementation for a ML specific version.
53 2009-08-17  Sebastien Pouliot  <sebastien@ximian.com>
55         * net_2_1_raw_System.Net.dll.sources: Add some existing System.dll
56         files required for SL3 and some new files.
58 2009-07-20  Jb Evain  <jbevain@novell.com>
60         * Makefile: filter the valid profile on the framework version,
61         to make it easier to have custom variants.
63 2009-07-14  Sebastien Pouliot  <sebastien@ximian.com>
65         * System.Net.dll.sources: Remove extra files not needed to
66         compile System.Net (and cut the tuning time too)
67         * DummySystemNet.cs: Remove. Not needed anymore.
69 2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
71         * System.Net.dll.sources: Remove the common Const, Locale and 
72         MonoTODOAttribute since we can now get them from mscorlib.dll.
73         Remove all System/System.Net.NetworkInformation/* types since
74         Socket does not depend on them anymore.
75         * DummySystemNet.cs: Add a dummy System.Net.NetworkInformation
76         namespace to please compilers.
78 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
80         * System.Net.dll.sources: Remove some unneeded files for the
81         build. Add the SL2 specific enums, instead of using the existing
82         ones from System.dll. Include Socket_2_1.cs (from System) and use
83         the AssemblyInfo.cs for this assembly
85 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
87         * System.Net.dll.sources: Remove classes that are not in the 
88         final SL2 release
90 2009-03-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
92         * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
93           and WriteStreamClosedEventHandler_2_1.cs
95 2009-02-24  Alan McGovern  <amcgovern@novell.com>
97         * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
98         strip out the byte order mark if it exists.
100 2009-01-21  Jb Evain  <jbevain@novell.com>
102         * System.Net/WebClient_2_1.cs: use the length of the stream
103         instead of the ContentLength that is different for gzipped stream.
105 2008-09-16  Sebastien Pouliot  <sebastien@ximian.com>
107         * System.Net.dll.sources: Add new security-socket related files.
109 2008-07-31  Jb Evain  <jbevain@novell.com>
111         * System.Net.dll.sources: fine tune.
113 2008-07-14  Marek Habersack  <mhabersack@novell.com>
115         * System.Net.dll.sources: added
116         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
118 2008-04-13  Jb Evain  <jbevain@novell.com>
120         * System.Net: new assembly in SL 2b1.
121         Merged from the Moonlight 2 branch.