[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
index 6d0dc85c0706fbbf2bf91548964aae6ed58eda05..185c74c8a8fcba0f132ea7e983bd6b292df008ca 100644 (file)
@@ -1,6 +1,15 @@
+2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MetaData.cs: Fixed argument names to match MS.
+       * SdlChannelSink.cs: Fixed argument names to match MS.
+       * SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
+       added deserialization ctor.
+       * SUDSParserException.cs: Marked Serializable on 2.0 profile, and
+       added deserialization ctor.
+
 2006-03-05  Andrew Skiba <andrews@mainsoft.com>
 
-       * SdlChannelSink.cs: exceptions propagating
+       * SdlChannelSink.cs: exceptions propagating
        incompatible with dotnet. Patch by roeie@mainsoft.com
 
 2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>