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