2003-12-22 Jean-Marc Andre <jeanmarc.andre@cpe.fr>
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / ChangeLog
1 2003-12-22  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
2         * SoapFormatterTest.cs:
3                 Added unit test for the SerializationBinder property
4
5 2003-11-21  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
6         * SoapReader.cs: 
7                 Bug fixed. SerializationBinder.BindToType wasn't called
8                 the right way in GetElementInfo() (switched assemblyName and 
9                 typeName parameters).
10
11 2003-08-25  Lluis Sanchez Gual  <lluis@ximian.com>
12
13         * SoapTypeMapper.cs: Added mappings for more primitive types.
14         * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
15           instead of string constants.
16
17 2003-06-30  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
18         * SoapServices:
19                 removed because it is now included in the
20                 right assembly.
21         * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
22                 cleaned the code
23 2003-05-27  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
24         * SoapWriter:
25                 bugs fixed
26         * SoapFormatter:
27                 preparing for the remoting
28
29 2003-05-15  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
30         * SoapFormatter:
31                 New version of the SoapFormatter installed
32         * list.unix:
33                 added to build the new formatter
34         * makefile.gnu:
35                 changed to build the new formatter
36         * System.Runtime.Serialization.Formatters.Soap:
37                 many files added or change to build the new formatter
38         * Test:
39                 nunit-2 test added
40
41 2002-08-15  Tim Coleman <tim@timcoleman.com>
42         * ChangeLog:
43                 New changelog added
44         * list:
45         * makefile.gnu:
46                 Added so we can build this assembly on linux now.