(EXTRA_DISTFILES): Remove Soap.cmbx.
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / ChangeLog
1 2004-09-14  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (EXTRA_DISTFILES): Remove Soap.cmbx.
4
5 2004-05-06  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
6         * SoapTypeMapper.cs:
7                 Small fix about string type information not correctly formatted.
8
9 2004-04-15  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
10         * SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
11                 Rewrote almost completly to make the code easier to understand
12                 and maintain.
13                 AssemblyFormat and TypeFormat are now implemented.
14         * SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
15         ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
16                 Removed for the same reasons as above.
17         * SerializationTest.cs:
18                 New unit test inspired by the one developped by Lluis Sanchez
19                 for the BinaryFormatter.
20
21 2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
22
23         * System.Runtime.Serialization.Formatters.Soap.dll.sources:
24           Added new AssemblyInfo, removed old one, added Locale.cs
25         * Makefile: Removed unused ref
26
27 2004-02-19  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
28         * SoapFormatter.cs:
29                 Forced the utilisation of CultureInfo("en-US") during
30                 the serialization and deserialization because I got problems
31                 with numeral and date format.
32
33         * SoapWriter.cs, SoapCommon.cs:
34                 Bug fixed: XmlTextWriter.WriteAttributeString() was used
35                 with its "namespace" parameter set to null whereas it shouldn't.
36
37 2003-12-22  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
38         * SoapFormatterTest.cs:
39                 Added unit test for the SerializationBinder property
40
41 2003-11-21  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
42         * SoapReader.cs: 
43                 Bug fixed. SerializationBinder.BindToType wasn't called
44                 the right way in GetElementInfo() (switched assemblyName and 
45                 typeName parameters).
46
47 2003-08-25  Lluis Sanchez Gual  <lluis@ximian.com>
48
49         * SoapTypeMapper.cs: Added mappings for more primitive types.
50         * SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
51           instead of string constants.
52
53 2003-06-30  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
54         * SoapServices:
55                 removed because it is now included in the
56                 right assembly.
57         * SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
58                 cleaned the code
59 2003-05-27  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
60         * SoapWriter:
61                 bugs fixed
62         * SoapFormatter:
63                 preparing for the remoting
64
65 2003-05-15  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
66         * SoapFormatter:
67                 New version of the SoapFormatter installed
68         * list.unix:
69                 added to build the new formatter
70         * makefile.gnu:
71                 changed to build the new formatter
72         * System.Runtime.Serialization.Formatters.Soap:
73                 many files added or change to build the new formatter
74         * Test:
75                 nunit-2 test added
76
77 2002-08-15  Tim Coleman <tim@timcoleman.com>
78         * ChangeLog:
79                 New changelog added
80         * list:
81         * makefile.gnu:
82                 Added so we can build this assembly on linux now.