ChangeLog 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  2. * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
  3. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  4. * WebServicesConfigurationSectionHandler.cs: Removed TODO.
  5. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  6. * WebServicesConfigurationSectionHandler.cs: keep the file name of the
  7. configuration file around for wsdlHelpGenerator.
  8. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  9. * WebServicesConfigurationSectionHandler.cs: added support for
  10. soapExtensionReflectorTypes, soapExtensionImporterTypes and
  11. serviceDescriptionFormatExtensionTypes.
  12. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  13. * XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
  14. was not set.
  15. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  16. * WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
  17. support.
  18. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  19. * WebServicesConfigurationSectionHandler.cs: support remove/clear for
  20. <protocols>. Fixed IsSupported.
  21. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  22. * WebServicesConfigurationSectionHandler.cs: singleton.
  23. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  24. * WebServicesConfigurationSectionHandler.cs: New file that handles
  25. system.web/webServices section.
  26. 2002-07-21 Tim Coleman <[email protected]>
  27. * ChangeLog:
  28. * XmlFormatExtensionAttribute.cs:
  29. * XmlFormatExtensionPointAttribute.cs:
  30. * XmlFormatExtensionPrefixAttribute.cs:
  31. New files added