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.Description/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog
index 5a62f91c599..1b6c520986f 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.Description/ChangeLog
@@ -1,3 +1,22 @@
+2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * DataContractSerializerOperationBehavior.cs : add missing members.
+
+2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * MetadataExchangeClient.cs : add missing async methods.
+
+2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * MetadataResolver.cs : added remaining methods.
+ * MetadataExchangeClient.cs : a bit of required changes for above.
+
+2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * ServiceDebugBehavior.cs, ServiceMetadataBehavior.cs :
+ add Binding properties. Properties are now auto.
+ * ServiceMetadataExtension.cs : take Binding too to build dispatcher.
+
2009-08-10 Atsushi Enomoto <atsushi@ximian.com>
* ServiceContractGenerator.cs : removed ChannelBase proxy stuff,