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