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