ChangeLog 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. 2006-01-04 Chris Toshok <[email protected]>
  2. * WebServiceProtocols.cs: use 1 << n instead of explicit numbers.
  3. * WebServicesSection.cs (Instance): new property to make it easier
  4. to port over the existing configuration code.
  5. (IsSupported): new method, same rationale.
  6. 2006-01-03 Chris Toshok <[email protected]>
  7. * DiagnosticsElement.cs: new implementation.
  8. * PriorityGroup.cs: new implementation.
  9. * ProtocolElementCollection.cs: new implementation.
  10. * ProtocolElement.cs: new implementation.
  11. * SoapEnvelopeProcessingElement.cs: new implementation.
  12. * SoapExtensionTypeElementCollection.cs: new implementation.
  13. * SoapExtensionTypeElement.cs: new implementation.
  14. * TypeElementCollection.cs: new implementation.
  15. * TypeElement.cs: new implementation.
  16. * WebServiceProtocols.cs: new implementation.
  17. * WebServicesSection.cs: new implementation.
  18. * WsdlHelpGeneratorElement.cs: new implementation.
  19. * WsiProfilesElementCollection.cs: new implementation.
  20. * WsiProfilesElement.cs: new implementation.
  21. 2005-08-15 Gert Driesen <[email protected]>
  22. * XmlFormatExtensionPointAttribute.cs: AllowElements is true by
  23. default.
  24. 2005-06-06 Kornél Pál <[email protected]>
  25. * WebServicesConfigurationSectionHandler.cs: Added support for HttpPostLocalhost and HttpSoap12
  26. 2005-06-05 Konstantin Triger <[email protected]>
  27. * WebServicesConfigurationSectionHandler.cs: moving static fields to AppDomain in Java builds
  28. 2004-06-01 Gert Driesen <[email protected]>
  29. * WebServicesConfigurationSectionHandler.cs: removed unused variables
  30. 2004-02-05 Alon Gazit <[email protected]>
  31. * XmlFormatExtensionAttribute.cs:
  32. * XmlFormatExtensionPointAttribute.cs:
  33. * XmlFormatExtensionPrefixAttribute.cs: This attribute is inherited by
  34. derived classes.changed the AttributeUsage attribute.
  35. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  36. * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
  37. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  38. * WebServicesConfigurationSectionHandler.cs: Removed TODO.
  39. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  40. * WebServicesConfigurationSectionHandler.cs: keep the file name of the
  41. configuration file around for wsdlHelpGenerator.
  42. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  43. * WebServicesConfigurationSectionHandler.cs: added support for
  44. soapExtensionReflectorTypes, soapExtensionImporterTypes and
  45. serviceDescriptionFormatExtensionTypes.
  46. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  47. * XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
  48. was not set.
  49. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  50. * WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
  51. support.
  52. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  53. * WebServicesConfigurationSectionHandler.cs: support remove/clear for
  54. <protocols>. Fixed IsSupported.
  55. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  56. * WebServicesConfigurationSectionHandler.cs: singleton.
  57. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  58. * WebServicesConfigurationSectionHandler.cs: New file that handles
  59. system.web/webServices section.
  60. 2002-07-21 Tim Coleman <[email protected]>
  61. * ChangeLog:
  62. * XmlFormatExtensionAttribute.cs:
  63. * XmlFormatExtensionPointAttribute.cs:
  64. * XmlFormatExtensionPrefixAttribute.cs:
  65. New files added