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