X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FChangeLog;h=97173267507d13c61a0a912ea19759a4e8308ad2;hb=9c9546c9eacb502bf60391d68976758db2e436de;hp=99de25980a1de918d6afff8f1c445abf8a8ec2b2;hpb=767960c157167895b9007686c23e4b4809255612;p=mono.git diff --git a/mcs/class/System.Web.Services/ChangeLog b/mcs/class/System.Web.Services/ChangeLog index 99de25980a1..97173267507 100644 --- a/mcs/class/System.Web.Services/ChangeLog +++ b/mcs/class/System.Web.Services/ChangeLog @@ -1,3 +1,46 @@ +2010-06-04 Jb Evain + + * monotouch_System.Web.Services.dll.sources: add HttpEncoder from + System.Web. Fixes the build. + +2009-09-30 Miguel de Icaza + + * 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 + + * 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 + + * System.Web.Services_test.dll.sources : added WebServiceTest.cs. + +2007-05-08 Atsushi Enomoto + + * 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 + + * System.Web.Services_test.dll.sources: added SoapServerType.cs. + +2007-01-25 Atsushi Enomoto + + * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs. + 2007-01-19 Atsushi Enomoto * System.Web.Services_test.dll.sources: