2009-07-20 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.PeerResolvers / ChangeLog
index caeff5a1cfb7e4caabcaac37016a8210f96b7667..02cd6fa66472bb6c02df1d6a0bb32a6709948c1a 100644 (file)
@@ -1,3 +1,21 @@
+2009-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceSettingsResponseInfo.cs
+         RegisterResponseInfo.cs
+         RefreshResponseInfo.cs
+         ResolveInfo.cs
+         UpdateInfo.cs
+         RegisterInfo.cs
+         UnregisterInfo.cs
+         ResolveResponseInfo.cs
+         RefreshInfo.cs : implement HasBody(). I couldn't find any case
+         that this method might return false.
+
+2009-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomPeerResolverService.cs : remove commented code.
+         Fix and reduce extra code in ServiceBehaviorAttribute.
+
 2009-07-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ResolveResponseInfo.cs : by default it returns empty address list,