X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.ServiceModel%2FChangeLog;h=7934c6b8d099fd3753cae73c621b3f70d774cacb;hb=e03d204d7bfe26bb622039cc2fee3587f26c1d8f;hp=0bb3d5ac1c3d0912c2ac7fa6577128a1619b4f91;hpb=e872d714eb50b6041e3a61838bfbed0d0d9cd376;p=mono.git diff --git a/mcs/class/System.ServiceModel/ChangeLog b/mcs/class/System.ServiceModel/ChangeLog index 0bb3d5ac1c3..7934c6b8d09 100755 --- a/mcs/class/System.ServiceModel/ChangeLog +++ b/mcs/class/System.ServiceModel/ChangeLog @@ -1,3 +1,53 @@ +2010-07-30 Astushi Enomoto + + * System.ServiceModel.dll.sources: add 4.0 standard endpoint types. + +2010-07-12 Astushi Enomoto + + * System.ServiceModel.dll.sources: remove SecurityHandler.cs + +2010-07-12 Astushi Enomoto + + * System.ServiceModel.dll.sources: + move MessageSecurityBindingSupport.cs too. + +2010-07-12 Astushi Enomoto + + * System.ServiceModel.dll.sources: moved bunch of security internal + classes to System.ServiceModel.Channels.Security directory. + +2010-07-12 Astushi Enomoto + + * Dummy_2_1.cs : add internal namespaces. + * System.ServiceModel.dll.sources: add SecurityReplyChannel.cs + +2010-07-05 Astushi Enomoto + + * System.ServiceModel.dll.sources : + renamed new HTTP channel listener implementation sources, and + removed old sources. + +2010-06-28 Astushi Enomoto + + * HTTP_listener_notes.txt : updated, things became much better. + +2010-06-24 Astushi Enomoto + + * System.ServiceModel.dll.sources : + add new HTTP channel listener implementation sources. + + Old sources will be kept for a while, won't entirely vanish as + ASP.NET support will live there. + +2010-05-28 Astushi Enomoto + + * System.ServiceModel.dll.sources : remove old code from winfx beta. + +2010-04-28 Marek Habersack + + * Makefile (LIB_MCS_FLAGS): added a reference to + System.Web.ApplicationServices in the 4.0 profile. + 2010-04-23 Astushi Enomoto * Http_listener_notes.txt: update comment, as I have fixed one issue