X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FSystem.Web.Services.Configuration%2FChangeLog;h=85e2989262dee9efb08986ebd89efeb738ec0f16;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=71d17ed5213dd247de7977145698e4988f041c49;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog b/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog index 71d17ed5213..85e2989262d 100644 --- a/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog +++ b/mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog @@ -1,3 +1,132 @@ +2007-10-17 Atsushi Enomoto + + * WebServicesSection.cs : r87621 has changed WebConfigurationManager + to not read web.config, which caused couple of configuration + regressions. So enable ConfigurationManager again. + +2007-10-04 Atsushi Enomoto + + * WebServicesSection.cs : reverted r83640 which likely caused + couple of NUnit regressions on the buildbot. WebConfigurationManager + is indeed needed since webServices section is on web.config. + ChangeLog was also missing which resulted in some wasted hours :( + http://lists.ximian.com/pipermail/mono-patches/2007-August/098511.html + +2007-01-29 Atsushi Enomoto + + * SoapExtensionTypeElement.cs : use null for default Type value. + +2007-01-25 Atsushi Enomoto + + * TypeTypeConverter.cs : + New internal stuff, TypeConverter for a type name. + * SoapExtensionTypeElement.cs : + For Type property, use above. Part of #80619 fix. + +2006-12-14 Atsushi Enomoto + + * SoapExtensionTypeElement.cs : another config property fix. + +2006-12-01 Atsushi Enomoto + + * WebServicesSection.cs : internal Instance -> public Current. + * SoapExtensionTypeElement.cs, SoapEnvelopeProcessingElement.cs, + ProtocolElement.cs : fixed some property default values. + +2006-01-09 Chris Toshok + + * SoapEnvelopeProcessingElement.cs: fix dumper output. + + * SoapExtensionTypeElement.cs: same. + + * ProtocolElement.cs: same. + + * WsiProfilesElement.cs: same. + + * WebServicesSection.cs: same. + +2006-01-06 Raja R Harinath + + * TypeElement.cs (TypeElement) [string variant]: Use Type.GetType. + * SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]: + Likewise. + +2006-01-05 Chris Toshok + + * ProtocolElementCollection.cs, + SoapExtensionTypeElementCollection.cs, + WsiProfilesElementCollection.cs, TypeElementCollection.cs: Flesh + out these classes. Untested at the moment, but no more + NotImplementedExceptions. + + * WebServicesSection.cs (Diagnostics): add TODO. + + * WsdlHelpGeneratorElement.cs: add TODO on DeserializeElement and + Reset. + + * TypeElement.cs (.ctor): fill in the Type overload, and add a + comment and TODO for the string overload. + + * DiagnosticsElement.cs: some cleanup. + + * SoapExtensionTypeElement.cs (GetKey): new internal method, used + by SoapExtensionTypeElementCollection. + +2006-01-04 Chris Toshok + + * WebServicesSection.cs (EnabledProtocols): implement. + +2006-01-04 Chris Toshok + + * WebServiceProtocols.cs: use 1 << n instead of explicit numbers. + + * WebServicesSection.cs (Instance): new property to make it easier + to port over the existing configuration code. + (IsSupported): new method, same rationale. + +2006-01-03 Chris Toshok + + * DiagnosticsElement.cs: new implementation. + + * PriorityGroup.cs: new implementation. + + * ProtocolElementCollection.cs: new implementation. + + * ProtocolElement.cs: new implementation. + + * SoapEnvelopeProcessingElement.cs: new implementation. + + * SoapExtensionTypeElementCollection.cs: new implementation. + + * SoapExtensionTypeElement.cs: new implementation. + + * TypeElementCollection.cs: new implementation. + + * TypeElement.cs: new implementation. + + * WebServiceProtocols.cs: new implementation. + + * WebServicesSection.cs: new implementation. + + * WsdlHelpGeneratorElement.cs: new implementation. + + * WsiProfilesElementCollection.cs: new implementation. + + * WsiProfilesElement.cs: new implementation. + +2005-08-15 Gert Driesen + + * XmlFormatExtensionPointAttribute.cs: AllowElements is true by + default. + +2005-06-06 Kornél Pál + + * WebServicesConfigurationSectionHandler.cs: Added support for HttpPostLocalhost and HttpSoap12 + +2005-06-05 Konstantin Triger + + * WebServicesConfigurationSectionHandler.cs: moving static fields to AppDomain in Java builds + 2004-06-01 Gert Driesen * WebServicesConfigurationSectionHandler.cs: removed unused variables