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