[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
index 57fd3b49588a16597706553afe3e0838f38b6089..185c74c8a8fcba0f132ea7e983bd6b292df008ca 100644 (file)
@@ -1,3 +1,21 @@
+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
+       incompatible with dotnet. Patch by roeie@mainsoft.com
+
+2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+
+    * MetaData.cs: only TARGET_JVM changes
+    
 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
 
        * MetaDataCodeGenerator.cs: Fix warning.