Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog
index b4f30d194bd..f7bc425ec96 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChangeLog
@@ -1,3 +1,19 @@
+2009-08-17 Atsushi Enomoto <atsushi@ximian.com>
+
+ * EndpointDispatcher.cs : do not try to create wrong filter.
+
+2009-08-14 Atsushi Enomoto <atsushi@ximian.com>
+
+ * ChannelDispatcher.cs : EndpointNotFoundException message could
+ be a bit kindful.
+
+2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * IOperationInvoker.cs : fix interface.
+ * DefaultOperationInvoker.cs : refresh implementation of the above.
+ * BaseMessagesFormatter.cs, OperationInvokerHandler.cs :
+ dependent changes for above.
+
2009-08-07 Atsushi Enomoto <atsushi@ximian.com>
* InputOrReplyRequestProcessor.cs : now it could return an instance