ChangeLog 2.9 KB

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