ChangeLog 3.4 KB

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