ChangeLog 2.7 KB

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