ChangeLog 2.8 KB

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