| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 2009-07-14 Sebastien Pouliot <[email protected]>
- * System.Net.dll.sources: Remove extra files not needed to
- compile System.Net (and cut the tuning time too)
- * DummySystemNet.cs: Remove. Not needed anymore.
- 2009-04-22 Sebastien Pouliot <[email protected]>
- * System.Net.dll.sources: Remove the common Const, Locale and
- MonoTODOAttribute since we can now get them from mscorlib.dll.
- Remove all System/System.Net.NetworkInformation/* types since
- Socket does not depend on them anymore.
- * DummySystemNet.cs: Add a dummy System.Net.NetworkInformation
- namespace to please compilers.
- 2009-04-09 Sebastien Pouliot <[email protected]>
- * System.Net.dll.sources: Remove some unneeded files for the
- build. Add the SL2 specific enums, instead of using the existing
- ones from System.dll. Include Socket_2_1.cs (from System) and use
- the AssemblyInfo.cs for this assembly
- 2009-04-09 Sebastien Pouliot <[email protected]>
- * System.Net.dll.sources: Remove classes that are not in the
- final SL2 release
- 2009-03-04 Rolf Bjarne Kvinge <[email protected]>
- * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
- and WriteStreamClosedEventHandler_2_1.cs
- 2009-02-24 Alan McGovern <[email protected]>
- * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
- strip out the byte order mark if it exists.
- 2009-01-21 Jb Evain <[email protected]>
- * System.Net/WebClient_2_1.cs: use the length of the stream
- instead of the ContentLength that is different for gzipped stream.
- 2008-09-16 Sebastien Pouliot <[email protected]>
- * System.Net.dll.sources: Add new security-socket related files.
- 2008-07-31 Jb Evain <[email protected]>
- * System.Net.dll.sources: fine tune.
- 2008-07-14 Marek Habersack <[email protected]>
- * System.Net.dll.sources: added
- System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
- 2008-04-13 Jb Evain <[email protected]>
- * System.Net: new assembly in SL 2b1.
- Merged from the Moonlight 2 branch.
|