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