ChangeLog 4.3 KB

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