ChangeLog 3.2 KB

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