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