2009-09-24 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git] / mcs / class / System.Net / ChangeLog
blobc56506570a28d191d955a8e4832b9d988e693fe2
1 2009-09-24  Sebastien Pouliot  <sebastien@ximian.com>
3         * net_2_1_raw_System.Net.dll.sources: Substitute System.dll Dns
4         implementation for a ML specific version.
6 2009-08-17  Sebastien Pouliot  <sebastien@ximian.com>
8         * net_2_1_raw_System.Net.dll.sources: Add some existing System.dll
9         files required for SL3 and some new files.
11 2009-07-20  Jb Evain  <jbevain@novell.com>
13         * Makefile: filter the valid profile on the framework version,
14         to make it easier to have custom variants.
16 2009-07-14  Sebastien Pouliot  <sebastien@ximian.com>
18         * System.Net.dll.sources: Remove extra files not needed to
19         compile System.Net (and cut the tuning time too)
20         * DummySystemNet.cs: Remove. Not needed anymore.
22 2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
24         * System.Net.dll.sources: Remove the common Const, Locale and 
25         MonoTODOAttribute since we can now get them from mscorlib.dll.
26         Remove all System/System.Net.NetworkInformation/* types since
27         Socket does not depend on them anymore.
28         * DummySystemNet.cs: Add a dummy System.Net.NetworkInformation
29         namespace to please compilers.
31 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
33         * System.Net.dll.sources: Remove some unneeded files for the
34         build. Add the SL2 specific enums, instead of using the existing
35         ones from System.dll. Include Socket_2_1.cs (from System) and use
36         the AssemblyInfo.cs for this assembly
38 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
40         * System.Net.dll.sources: Remove classes that are not in the 
41         final SL2 release
43 2009-03-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
45         * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
46           and WriteStreamClosedEventHandler_2_1.cs
48 2009-02-24  Alan McGovern  <amcgovern@novell.com>
50         * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
51         strip out the byte order mark if it exists.
53 2009-01-21  Jb Evain  <jbevain@novell.com>
55         * System.Net/WebClient_2_1.cs: use the length of the stream
56         instead of the ContentLength that is different for gzipped stream.
58 2008-09-16  Sebastien Pouliot  <sebastien@ximian.com>
60         * System.Net.dll.sources: Add new security-socket related files.
62 2008-07-31  Jb Evain  <jbevain@novell.com>
64         * System.Net.dll.sources: fine tune.
66 2008-07-14  Marek Habersack  <mhabersack@novell.com>
68         * System.Net.dll.sources: added
69         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
71 2008-04-13  Jb Evain  <jbevain@novell.com>
73         * System.Net: new assembly in SL 2b1.
74         Merged from the Moonlight 2 branch.