ChangeLog 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 2010-04-05 Sebastien Pouliot <[email protected]>
  2. * moonlight_raw_System.Net.dll.sources: Move InternalWebRequest
  3. StreamWrapper.cs back to System.Windows.dll
  4. 2010-03-16 Jb Evain <[email protected]>
  5. * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
  6. 2010-03-10 Sebastien Pouliot <[email protected]>
  7. * net_2_1_raw_System.Net.dll.sources: Add types from (new internal)
  8. System.Net.Policy (moved from System.Windows.Browser.dll)
  9. * Makefile: Add reference to System.Xml.dll to parse policies
  10. 2010-01-25 Sebastien Pouliot <[email protected]>
  11. * System.Net.dll.sources: Add UdpAnySourceMulticastClient and
  12. UdpSingleSourceMulticastClient stubs (with some validations)
  13. for SL4 (required to compile tests)
  14. 2010-01-11 Sebastien Pouliot <[email protected]>
  15. * System.Net.dll.sources: Add InternalWebRequestStreamWrapper.cs
  16. * Makefile: Add reference to System.Core (for Action<T>)
  17. 2009-12-04 Sebastien Pouliot <[email protected]>
  18. * System.Net.dll.sources: Remove (almost) everything. This
  19. assembly in 3.5+ does not share anything with what SL2/3
  20. provide (the later being a part of System.dll)
  21. 2009-12-04 Sebastien Pouliot <[email protected]>
  22. * net_2_1_raw_System.Net.dll.sources: Remove HttpStatusCode_2_1.cs
  23. 2009-12-04 Sebastien Pouliot <[email protected]>
  24. * net_2_1_raw_System.Net.dll.sources: Adjust location for
  25. DnsEndPoint
  26. 2009-09-29 Sebastien Pouliot <[email protected]>
  27. * net_2_1_raw_System.Net.dll.sources: Remove Timer_2_1.cs and
  28. related classes from System.dll - they are not required anymore
  29. since Gonzalo's changes on Socket.Close(int)
  30. 2009-09-27 Sebastien Pouliot <[email protected]>
  31. * net_2_1_raw_System.Net.dll.sources: Add Timer_2_1.cs and
  32. related classes from System.dll
  33. 2009-09-24 Sebastien Pouliot <[email protected]>
  34. * net_2_1_raw_System.Net.dll.sources: Substitute System.dll Dns
  35. implementation for a ML specific version.
  36. 2009-08-17 Sebastien Pouliot <[email protected]>
  37. * net_2_1_raw_System.Net.dll.sources: Add some existing System.dll
  38. files required for SL3 and some new files.
  39. 2009-07-20 Jb Evain <[email protected]>
  40. * Makefile: filter the valid profile on the framework version,
  41. to make it easier to have custom variants.
  42. 2009-07-14 Sebastien Pouliot <[email protected]>
  43. * System.Net.dll.sources: Remove extra files not needed to
  44. compile System.Net (and cut the tuning time too)
  45. * DummySystemNet.cs: Remove. Not needed anymore.
  46. 2009-04-22 Sebastien Pouliot <[email protected]>
  47. * System.Net.dll.sources: Remove the common Const, Locale and
  48. MonoTODOAttribute since we can now get them from mscorlib.dll.
  49. Remove all System/System.Net.NetworkInformation/* types since
  50. Socket does not depend on them anymore.
  51. * DummySystemNet.cs: Add a dummy System.Net.NetworkInformation
  52. namespace to please compilers.
  53. 2009-04-09 Sebastien Pouliot <[email protected]>
  54. * System.Net.dll.sources: Remove some unneeded files for the
  55. build. Add the SL2 specific enums, instead of using the existing
  56. ones from System.dll. Include Socket_2_1.cs (from System) and use
  57. the AssemblyInfo.cs for this assembly
  58. 2009-04-09 Sebastien Pouliot <[email protected]>
  59. * System.Net.dll.sources: Remove classes that are not in the
  60. final SL2 release
  61. 2009-03-04 Rolf Bjarne Kvinge <[email protected]>
  62. * System.Net.dll.sources: Added WriteStreamClosedEventArgs_2_1.cs
  63. and WriteStreamClosedEventHandler_2_1.cs
  64. 2009-02-24 Alan McGovern <[email protected]>
  65. * System.Net/WebClient_2_1.cs: If we're getting text, ensure we
  66. strip out the byte order mark if it exists.
  67. 2009-01-21 Jb Evain <[email protected]>
  68. * System.Net/WebClient_2_1.cs: use the length of the stream
  69. instead of the ContentLength that is different for gzipped stream.
  70. 2008-09-16 Sebastien Pouliot <[email protected]>
  71. * System.Net.dll.sources: Add new security-socket related files.
  72. 2008-07-31 Jb Evain <[email protected]>
  73. * System.Net.dll.sources: fine tune.
  74. 2008-07-14 Marek Habersack <[email protected]>
  75. * System.Net.dll.sources: added
  76. System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
  77. 2008-04-13 Jb Evain <[email protected]>
  78. * System.Net: new assembly in SL 2b1.
  79. Merged from the Moonlight 2 branch.