[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
1 2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * MetaData.cs: Fixed argument names to match MS.
4         * SdlChannelSink.cs: Fixed argument names to match MS.
5         * SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
6         added deserialization ctor.
7         * SUDSParserException.cs: Marked Serializable on 2.0 profile, and
8         added deserialization ctor.
9
10 2006-03-05  Andrew Skiba <andrews@mainsoft.com>
11
12         * SdlChannelSink.cs: : exceptions propagating
13         incompatible with dotnet. Patch by roeie@mainsoft.com
14
15 2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
16
17     * MetaData.cs: only TARGET_JVM changes
18     
19 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
20
21         * MetaDataCodeGenerator.cs: Fix warning.
22
23 2004-11-30  Lluis Sanchez Gual <lluis@ximian.com>
24
25         * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
26         type of an enum. This fixes bug #69753.
27         
28 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
29
30         * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
31           methods and added internal constructor.
32         * SdlChannelSink.cs: Fixed public constructor.
33         * SdlChannelSinkProvider.cs: Added missing constructor.
34
35 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
36
37         * MetaDataExporter.cs: Several fixes.
38         * SdlChannelSink.cs: Implemented.
39         * SdlChannelSinkProvider.cs: Implemented.
40
41 2003-12-05  Lluis Sanchez Gual  <lluis@ximian.com>
42
43         * MetaData.cs: Added check of compilation results in 
44           ConvertCodeSourceFileToAssemblyFile().
45         * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes. 
46           Added support for delegates, base classes, implemented interfaces, 
47           methods, properties, ISerializable, enums, etc.
48         
49 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
50
51         * MetaData.cs: Implemented most of methods.
52         * ServiceType.cs: Implemented.
53         * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
54         * MetaDataExporter.cs: Added. Implements support methods for generating
55           schemas for MetaData.