[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
index 870930439fcb2c897dfd04b7bdd39efd024e33ae..6f98db8e2ad9edae4815a2ee4f6ae8977ede21b1 100755 (executable)
@@ -1,3 +1,63 @@
+2010-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityBindingElement.cs : implement ToString().
+
+2010-07-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MtomMessageEncodingBindingElement.cs, MtomMessageEncoder.cs :
+         add missing members.
+
+2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryMessageEncoder.cs, MessageEncoder.cs:
+         The default content type value is null, not the ContentType value.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageSecurityBindingSupport.cs : and move this too.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageSecurityBindingSupport.cs : split a couple of classes out.
+         Changed namespace to internal one.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityChannelFactory.cs
+         SecurityChannelListener.cs
+         SecurityRequestContext.cs
+         SecurityOutputChannel.cs
+         SecurityReplyChannel.cs
+         SecurityRequestChannel.cs
+         SecureMessageGenerator.cs
+         SecureMessageDecryptor.cs
+         WSEncryptedXml.cs
+         WSSignedXml.cs
+         WSSecurityMessageHeader.cs :
+         moved to System.ServiceModel.Channels.Security.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityReplyChannel.cs : split from SecurityChannelListener.cs.
+       * AsymmetricSecurityBindingElement.cs
+         WSSecurityMessageHeader.cs
+         SecureMessageDecryptor.cs
+         SecureMessageGenerator.cs
+         SecurityChannelListener.cs
+         SecurityRequestContext.cs
+         WSEncryptedXml.cs
+         SecurityRequestChannel.cs
+         SymmetricSecurityBindingElement.cs
+         SecurityOutputChannel.cs
+         SecurityChannelFactory.cs
+         WSSignedXml.cs
+         SecurityBindingElement.cs : change namespace to move to internal
+         namespace directory.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityRequestContext.cs : remove extraneous buffering.
+
 2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SecureMessageDecryptor.cs : avoid duplicate copy of headers into