2
0

ChangeLog 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  2. * DiscoveryDocument.cs: Set namespace for ContractReference references.
  3. Write() methods: Added namespace declaration in serializer.
  4. * DiscoveryDocumentSerializer.cs: Fixed namespace for ContractReference.
  5. * DiscoveryRequestHandler.cs: Implemented.
  6. * DynamicDiscoveryDocument.cs: Implemented.
  7. * ExcludePathInfo.cs, SoapBinding.cs: Removed some TODOs
  8. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  9. * DiscoveryReference.cs: In FilenameFromUrl(), improved name generation
  10. for some common cases.
  11. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  12. * DiscoveryDocumentSerializer.cs: The class must be internal.
  13. 2003-10-21 Lluis Sanchez Gual <[email protected]>
  14. * DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.
  15. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  16. * ContractReference.cs, DiscoveryDocumentReference.cs, SchemaReference.cs:
  17. Little fixes.
  18. * DiscoveryClientProtocol.cs: WriteAll(): Write files to the provided
  19. directory.
  20. * DiscoveryReference.cs: Improved method FilenameFromUrl().
  21. 2003-10-10 Lluis Sanchez Gual <[email protected]>
  22. * ContractReference.cs, DiscoveryClientProtocol.cs,
  23. DiscoveryClientResult.cs, DiscoveryDocument.cs,
  24. DiscoveryDocumentReference.cs, DiscoveryExceptionDictionary.cs,
  25. DiscoveryReference.cs, SchemaReference.cs: Implemented initial support
  26. for discovery documents (.disco).
  27. 2002-08-19 Tim Coleman <[email protected]>
  28. * DiscoveryClientProtocol.cs:
  29. Added ResolveAll () stub.
  30. * DiscoveryDocument.cs:
  31. Added XmlRoot attribute to class.
  32. * DiscoveryClientDocumentCollection.cs:
  33. * DiscoveryClientReferenceCollection.cs:
  34. * DiscoveryClientResultCollection.cs:
  35. * DiscoveryReferenceCollection.cs:
  36. Implementation of these classes.
  37. 2002-08-04 Dave Bettin <[email protected]>
  38. * ContractSearchPattern.cs
  39. * DiscoveryClientDocumentCollection.cs
  40. * DiscoveryClientProtocol.cs
  41. * DiscoveryClientResult.cs
  42. * DiscoveryDocument.cs
  43. * DiscoveryDocumentLinksPattern.cs
  44. * DiscoveryDocumentReference.cs
  45. * DiscoveryDocumentSearchPattern.cs
  46. * DiscoveryReference.cs
  47. * DiscoveryRequestHandler.cs
  48. * DiscoverySearchPattern.cs
  49. * DynamicDiscoveryDocument.cs
  50. * SchemaReference.cs
  51. * SoapBinding.cs
  52. * XmlSchemaSearchPattern.cs
  53. [ Added attributes and some basic implementation]
  54. 2002-08-03 Tim Coleman <[email protected]>
  55. * DiscoveryDocument.cs:
  56. Added XmlIgnore attribute to References property
  57. * DiscoveryDocumentReference.cs:
  58. Implemented Ref/Url properties and added XmlIgnore
  59. attributes.
  60. 2002-07-28 Dave Bettin <[email protected]>
  61. * ContractReference.cs
  62. * ContractSearchPattern.cs
  63. * DiscoveryClientDocumentCollection.cs
  64. * DiscoveryClientProtocol.cs
  65. * DiscoveryClientReferenceCollection.cs
  66. * DiscoveryClientResultCollection.cs
  67. * DiscoveryClientResult.cs
  68. * DiscoveryDocument.cs
  69. * DiscoveryDocumentLinksPattern.cs
  70. * DiscoveryDocumentReference.cs
  71. * DiscoveryDocumentSearchPattern.cs
  72. * DiscoveryExceptionDictionary.cs
  73. * DiscoveryReferenceCollection.cs
  74. * DiscoveryReference.cs
  75. * DiscoveryRequestHandler.cs
  76. * DiscoverySearchPattern.cs
  77. * DynamicDiscoveryDocument.cs
  78. * ExcludePathInfo.cs
  79. * SchemaReference.cs
  80. * SoapBinding.cs
  81. * XmlSchemaSearchPattern.cs
  82. [ Added stubs]