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