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