ChangeLog 1.4 KB

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