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