In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ChangeLog
index 231d8102142171acde95401114a239fcc09113b0..623aa7101c7b56476134097cdae240db4478a876 100644 (file)
@@ -1,3 +1,42 @@
+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,