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