[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / ChangeLog
index 29916c10f560992fbd6ee02366155724df248062..97173267507d13c61a0a912ea19759a4e8308ad2 100644 (file)
@@ -1,3 +1,42 @@
+2010-06-04  Jb Evain  <jbevain@novell.com>
+
+       * monotouch_System.Web.Services.dll.sources: add HttpEncoder from
+       System.Web. Fixes the build.
+
+2009-09-30  Miguel de Icaza  <miguel@novell.com>
+
+       * Call the constructors directly for MonoTouch, instead of using
+       the Activator.CreateInstance.
+
+       I do not see why we need Activator.CreateInstance *at all* in this
+       case, we should just kill that. 
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.Services_test.dll.sources :
+         added WebServicesInteroperabilityTest.cs.
+       * Makefile: updated EXTRA_DISTFILES.
+
+2007-11-22  Arina Itkes
+
+       * WebClientAsyncResult.cs, WebClientProtocol.cs: 
+         Synchronization fix
+
+2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
+
+2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.Services.dll.sources :
+         removed SoapClientMethod.cs (not in use).
+       * System.Web.Services_test.dll.sources :
+         added LogicalMethodInfoTest.cs.
+
+2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.Services_test.dll.sources: added SoapServerType.cs.
+
 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.