ChangeLog 2.3 KB

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