ChangeLog 1.8 KB

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