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