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