In .:
[mono.git] / mcs / class / System.Net / ChangeLog
1 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * System.Net.dll.sources: Remove some unneeded files for the
4         build. Add the SL2 specific enums, instead of using the existing
5         ones from System.dll. Include Socket_2_1.cs (from System) and use
6         the AssemblyInfo.cs for this assembly
7
8 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * System.Net.dll.sources: Remove classes that are not in the 
11         final SL2 release
12
13 2009-03-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14
15         * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
16           and WriteStreamClosedEventHandler_2_1.cs
17
18 2009-02-24  Alan McGovern  <amcgovern@novell.com>
19
20         * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
21         strip out the byte order mark if it exists.
22
23 2009-01-21  Jb Evain  <jbevain@novell.com>
24
25         * System.Net/WebClient_2_1.cs: use the length of the stream
26         instead of the ContentLength that is different for gzipped stream.
27
28 2008-09-16  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * System.Net.dll.sources: Add new security-socket related files.
31
32 2008-07-31  Jb Evain  <jbevain@novell.com>
33
34         * System.Net.dll.sources: fine tune.
35
36 2008-07-14  Marek Habersack  <mhabersack@novell.com>
37
38         * System.Net.dll.sources: added
39         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
40
41 2008-04-13  Jb Evain  <jbevain@novell.com>
42
43         * System.Net: new assembly in SL 2b1.
44         Merged from the Moonlight 2 branch.