ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. 2010-01-26 Sebastien Pouliot <[email protected]>
  2. * monotouch_System.ServiceModel.Web.dll.sources: Don't inherit from
  3. net_2_1_raw*.sources when you require a superset of moonlight API
  4. 2010-01-25 Sebastien Pouliot <[email protected]>
  5. * net_2_1_raw_System.ServiceModel.Web.dll.sources: Use custom
  6. version of DataContractJsonSerializer for Moonlight
  7. 2009-11-12 Atsushi Enomoto <[email protected]>
  8. * common_System.ServiceModel.Web.dll.sources,
  9. net_2_0_System.ServiceModel.Web.dll.sources,
  10. net_4_0_System.ServiceModel.Web.dll.sources :
  11. in 4.0 profile, some types are moved from this
  12. assembly, so extract common basis and include
  13. it in 2.0 and 4.0 profile sources (4.0 is
  14. equivalent to common so far).
  15. 2009-10-23 Atsushi Enomoto <[email protected]>
  16. * monotouch_System.ServiceModel.Web.dll.sources:
  17. adding experimental WebHttpBinding stuff.
  18. 2009-10-08 Atsushi Enomoto <[email protected]>
  19. * System.ServiceModel.Web_test.dll.sources :
  20. add WebScriptEnablingBehaviorTest.cs.
  21. 2009-10-02 Atsushi Enomoto <[email protected]>
  22. * System.ServiceModel.Web_test.dll.sources :
  23. add WebScriptServiceHostFactoryTest.cs.
  24. 2009-09-17 Atsushi Enomoto <[email protected]>
  25. * Makefile : add -r:System.Web.Extensions.dll.
  26. 2009-09-17 Atsushi Enomoto <[email protected]>
  27. * System.ServiceModel.Web_test.dll.sources :
  28. added UriTemplateTableTest.cs.
  29. 2009-09-07 Atsushi Enomoto <[email protected]>
  30. * System.ServiceModel.Web_test.dll.sources :
  31. added UriTemplateEquivalenceComparerTest.cs.
  32. 2009-09-02 Atsushi Enomoto <[email protected]>
  33. * Makefile : use System.Core.
  34. 2009-09-01 Atsushi Enomoto <[email protected]>
  35. * System.ServiceModel.Web_test.dll.sources :
  36. added WebOperationContextTest.cs.
  37. 2009-07-20 Jb Evain <[email protected]>
  38. * Makefile: filter the valid profile on the framework version,
  39. to make it easier to have custom variants.
  40. 2009-04-22 Sebastien Pouliot <[email protected]>
  41. * net_2_1_raw_System.ServiceModel.Web.dll.sources: Remove the common
  42. Const, Locale and MonoTODO since we can now get them from mscorlib.dll
  43. 2009-04-06 Atsushi Enomoto <[email protected]>
  44. * System.ServiceModel.Web_test.dll.sources : added
  45. AtomPub10CategoriesDocumentFormatterTest.
  46. 2009-04-03 Atsushi Enomoto <[email protected]>
  47. * System.ServiceModel.Web_test.dll.sources : added
  48. ServiceDocumentTest and AtomPub10ServiceDocumentFormatterTest.
  49. 2009-04-03 Atsushi Enomoto <[email protected]>
  50. * System.ServiceModel.Web.dll.sources : added 3.5 SP1 atompp stuff.
  51. 2009-02-02 Atsushi Enomoto <[email protected]>
  52. * Makefile : add -d:NET_3_5.
  53. 2008-09-12 Jb Evain <[email protected]>
  54. * net_2_1_raw_System.ServiceModel.Web.dll.sources
  55. * Makefile
  56. * System.Runtime.Serialization.Json/JsonReader.cs:
  57. support the SL2 profile compilation.
  58. 2008-04-21 Igor Zelmanovich <[email protected]>
  59. * System.ServiceModel.Web_test.dll.sources: add WebServiceHostTest.cs.
  60. 2008-02-16 Atsushi Enomoto <[email protected]>
  61. * Makefile : -r:System.Configuration.dll.
  62. 2007-12-07 Atsushi Enomoto <[email protected]>
  63. * System.ServiceModel.Web.dll.sources : fixed wrong source name.
  64. 2007-12-05 Atsushi Enomoto <[email protected]>
  65. * System.ServiceModel.Web_test.dll.sources,
  66. System.ServiceModel.Web.dll.sources : updated to reflect the latest
  67. file lists.
  68. * Makefile : added -r:System.ServiceModel.dll
  69. 2007-09-01 Atsushi Enomoto <[email protected]>
  70. * System.ServiceModel.Web_test.dll.sources : removed all old tests
  71. for obsoleted types. They must be updated before being added so
  72. that they do not block run-test-ondotnet. Added JsonWriterTest.cs.
  73. * System.ServiceModel.Web.dll.sources : added JsonWriter.cs and
  74. JsonReaderWriterFactory.cs.
  75. * Makefile : fixed version number. It is not NO_TEST anymore.
  76. 2007-06-07 Joel Reed <[email protected]>
  77. * ATOM: serialize generator, logo, copyrights, and language
  78. add two new unit test data feeds
  79. 2007-06-05 Joel Reed <[email protected]>
  80. * add SyndicationCategory stubbed out class from Stephen A Jazdzewski,
  81. add RSS serialization tests, add richer atom feed serialization test
  82. 2007-06-04 Joel Reed <[email protected]>
  83. * add properties and constructor implementations for
  84. UrlSyndicationContent and XmlSyndicationContent
  85. 2007-05-31 Joel Reed <[email protected]>
  86. * add more testcases and stubbed out classes from Stephen A Jazdzewski
  87. * Move System.ServiceModel.Syndication files into a subdirectory