ChangeLog 2.0 KB

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