[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ChangeLog
index 120558af9e495c9142bd0e036100a542d8dd7630..85e2989262dee9efb08986ebd89efeb738ec0f16 100644 (file)
@@ -1,3 +1,21 @@
+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 :