[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ChangeLog
index 655c622a037e03edfe8bb38d5071e69d7f3af2b6..85e2989262dee9efb08986ebd89efeb738ec0f16 100644 (file)
@@ -1,3 +1,81 @@
+2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * SoapExtensionTypeElement.cs : use null for default Type value.
+
+2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * SoapExtensionTypeElement.cs : another config property fix.
+
+2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebServicesSection.cs : internal Instance -> public Current.
+       * SoapExtensionTypeElement.cs, SoapEnvelopeProcessingElement.cs,
+         ProtocolElement.cs : fixed some property default values.
+
+2006-01-09  Chris Toshok  <toshok@ximian.com>
+
+       * SoapEnvelopeProcessingElement.cs: fix dumper output.
+
+       * SoapExtensionTypeElement.cs: same.
+
+       * ProtocolElement.cs: same.
+
+       * WsiProfilesElement.cs: same.
+
+       * WebServicesSection.cs: same.
+
+2006-01-06  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
+       * SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]:
+       Likewise.
+
+2006-01-05  Chris Toshok  <toshok@ximian.com>
+
+       * 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  <toshok@ximian.com>
+
+       * WebServicesSection.cs (EnabledProtocols): implement.
+
 2006-01-04  Chris Toshok  <toshok@ximian.com>
 
        * WebServiceProtocols.cs: use 1 << n instead of explicit numbers.