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