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