ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2009-04-09 Sebastien Pouliot <[email protected]>
  2. * System.Net.dll.sources: Remove some unneeded files for the
  3. build. Add the SL2 specific enums, instead of using the existing
  4. ones from System.dll. Include Socket_2_1.cs (from System) and use
  5. the AssemblyInfo.cs for this assembly
  6. 2009-04-09 Sebastien Pouliot <[email protected]>
  7. * System.Net.dll.sources: Remove classes that are not in the
  8. final SL2 release
  9. 2009-03-04 Rolf Bjarne Kvinge <[email protected]>
  10. * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
  11. and WriteStreamClosedEventHandler_2_1.cs
  12. 2009-02-24 Alan McGovern <[email protected]>
  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. 2009-01-21 Jb Evain <[email protected]>
  16. * System.Net/WebClient_2_1.cs: use the length of the stream
  17. instead of the ContentLength that is different for gzipped stream.
  18. 2008-09-16 Sebastien Pouliot <[email protected]>
  19. * System.Net.dll.sources: Add new security-socket related files.
  20. 2008-07-31 Jb Evain <[email protected]>
  21. * System.Net.dll.sources: fine tune.
  22. 2008-07-14 Marek Habersack <[email protected]>
  23. * System.Net.dll.sources: added
  24. System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
  25. 2008-04-13 Jb Evain <[email protected]>
  26. * System.Net: new assembly in SL 2b1.
  27. Merged from the Moonlight 2 branch.