2
0

ChangeLog 4.0 KB

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