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