X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.ServiceModel%2FSystem.ServiceModel.Dispatcher%2FChangeLog;h=ad280007a0eeab825f46d2353088879cf16aa1aa;hb=c3995f0e2f8d9d4b60fd20e0d307cf320d852fea;hp=f4207e372c6868a82110db38cad99599b52dc9f4;hpb=6ac70127d796e64cbd063c13258d4a97491abf3f;p=mono.git diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog index f4207e372c6..ad280007a0e 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog +++ b/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog @@ -1,3 +1,21 @@ +2009-08-24 Atsushi Enomoto + + * EndpointDispatcher.cs, ChannelDispatcher.cs : differentiate + service dispatch and callback client dispatch at initialization. + +2009-08-21 Atsushi Enomoto + + * ChannelDispatcher.cs : also made reference to host optional. + +2009-08-21 Atsushi Enomoto + + * ChannelDispatcher.cs : isolated loop manager class from parent, + as well as moved some code from parent. + +2009-08-21 Atsushi Enomoto + + * ChannelDispatcherCollection.cs : remove extra members. + 2009-08-21 Atsushi Enomoto * ChannelDispatcher.cs, EndpointDispatcher.cs :