ChangeLog 2.0 KB

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