ChangeLog 2.5 KB

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