ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. 2009-10-02 Atsushi Enomoto <[email protected]>
  2. * System.ServiceModel.Web_test.dll.sources :
  3. add WebScriptServiceHostFactoryTest.cs.
  4. 2009-09-17 Atsushi Enomoto <[email protected]>
  5. * Makefile : add -r:System.Web.Extensions.dll.
  6. 2009-09-17 Atsushi Enomoto <[email protected]>
  7. * System.ServiceModel.Web_test.dll.sources :
  8. added UriTemplateTableTest.cs.
  9. 2009-09-07 Atsushi Enomoto <[email protected]>
  10. * System.ServiceModel.Web_test.dll.sources :
  11. added UriTemplateEquivalenceComparerTest.cs.
  12. 2009-09-02 Atsushi Enomoto <[email protected]>
  13. * Makefile : use System.Core.
  14. 2009-09-01 Atsushi Enomoto <[email protected]>
  15. * System.ServiceModel.Web_test.dll.sources :
  16. added WebOperationContextTest.cs.
  17. 2009-07-20 Jb Evain <[email protected]>
  18. * Makefile: filter the valid profile on the framework version,
  19. to make it easier to have custom variants.
  20. 2009-04-22 Sebastien Pouliot <[email protected]>
  21. * net_2_1_raw_System.ServiceModel.Web.dll.sources: Remove the common
  22. Const, Locale and MonoTODO since we can now get them from mscorlib.dll
  23. 2009-04-06 Atsushi Enomoto <[email protected]>
  24. * System.ServiceModel.Web_test.dll.sources : added
  25. AtomPub10CategoriesDocumentFormatterTest.
  26. 2009-04-03 Atsushi Enomoto <[email protected]>
  27. * System.ServiceModel.Web_test.dll.sources : added
  28. ServiceDocumentTest and AtomPub10ServiceDocumentFormatterTest.
  29. 2009-04-03 Atsushi Enomoto <[email protected]>
  30. * System.ServiceModel.Web.dll.sources : added 3.5 SP1 atompp stuff.
  31. 2009-02-02 Atsushi Enomoto <[email protected]>
  32. * Makefile : add -d:NET_3_5.
  33. 2008-09-12 Jb Evain <[email protected]>
  34. * net_2_1_raw_System.ServiceModel.Web.dll.sources
  35. * Makefile
  36. * System.Runtime.Serialization.Json/JsonReader.cs:
  37. support the SL2 profile compilation.
  38. 2008-04-21 Igor Zelmanovich <[email protected]>
  39. * System.ServiceModel.Web_test.dll.sources: add WebServiceHostTest.cs.
  40. 2008-02-16 Atsushi Enomoto <[email protected]>
  41. * Makefile : -r:System.Configuration.dll.
  42. 2007-12-07 Atsushi Enomoto <[email protected]>
  43. * System.ServiceModel.Web.dll.sources : fixed wrong source name.
  44. 2007-12-05 Atsushi Enomoto <[email protected]>
  45. * System.ServiceModel.Web_test.dll.sources,
  46. System.ServiceModel.Web.dll.sources : updated to reflect the latest
  47. file lists.
  48. * Makefile : added -r:System.ServiceModel.dll
  49. 2007-09-01 Atsushi Enomoto <[email protected]>
  50. * System.ServiceModel.Web_test.dll.sources : removed all old tests
  51. for obsoleted types. They must be updated before being added so
  52. that they do not block run-test-ondotnet. Added JsonWriterTest.cs.
  53. * System.ServiceModel.Web.dll.sources : added JsonWriter.cs and
  54. JsonReaderWriterFactory.cs.
  55. * Makefile : fixed version number. It is not NO_TEST anymore.
  56. 2007-06-07 Joel Reed <[email protected]>
  57. * ATOM: serialize generator, logo, copyrights, and language
  58. add two new unit test data feeds
  59. 2007-06-05 Joel Reed <[email protected]>
  60. * add SyndicationCategory stubbed out class from Stephen A Jazdzewski,
  61. add RSS serialization tests, add richer atom feed serialization test
  62. 2007-06-04 Joel Reed <[email protected]>
  63. * add properties and constructor implementations for
  64. UrlSyndicationContent and XmlSyndicationContent
  65. 2007-05-31 Joel Reed <[email protected]>
  66. * add more testcases and stubbed out classes from Stephen A Jazdzewski
  67. * Move System.ServiceModel.Syndication files into a subdirectory