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