[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Activation / ChangeLog
index 0173a0fa47c2edba8f9733f793143998c104fcbb..28906b362ca9971ace940b7d05df4a7c5717b30c 100644 (file)
@@ -1,3 +1,13 @@
+2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptServiceHostFactory.cs : similarly to ServiceDebugBehavior
+         and ServiceMetadataBehavior in ServiceHostBase, it must *prepend*
+         WebScriptEnablingBehavior to apply all other behaviors subsequently.
+
+2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptServiceHostFactory.cs : call base.OnOpening() here too.
+
 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebScriptServiceHostFactory.cs : I have to again revert the