File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (107 lines) | stat: -rw-r--r-- 3,783 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
2007-10-11  Roei Erez  <roeie@mainsoft.com>

	* remove redundant call to 'Type.GetType'.

2006-10-29  Robert Jordan  <robertj@gmx.net>

	* added SerializationCallbackTest.cs. See bug #78594.

2006-04-04 roei erez <roeie@mainsoft.com>
	* added InternalSoapValuesTest.cs to Tests sources
	* SoapReader.cs: bug 77563 competability with MS.NET in
	serializing/deserializing internal soap types (Decimal, DateTime ...)

2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
	* Added net_1_1_java source includes

2005-10-30  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>

    * Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and
      System.Runtime.Serialization.Formatters.Soap.sln to the svn
    * Add some TARGET_JVM conditions to the AssemblyInfo.cs
	* Fix SoapTypeMapper.cs:
	    - MethodSignature.ReadXmlValue method to return empty Type array instead of null.
        - SoapTypeMapper.GetXmlElement method to exclude '&' from the encoded string.

2004-09-14  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Remove Soap.cmbx.

2004-05-06  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
	* SoapTypeMapper.cs:
		Small fix about string type information not correctly formatted.

2004-04-15  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
	* SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
		Rewrote almost completly to make the code easier to understand
		and maintain.
		AssemblyFormat and TypeFormat are now implemented.
	* SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
	ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
		Removed for the same reasons as above.
	* SerializationTest.cs:
		New unit test inspired by the one developped by Lluis Sanchez
		for the BinaryFormatter.

2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Runtime.Serialization.Formatters.Soap.dll.sources:
	  Added new AssemblyInfo, removed old one, added Locale.cs
	* Makefile: Removed unused ref

2004-02-19  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
	* SoapFormatter.cs:
		Forced the utilisation of CultureInfo("en-US") during
		the serialization and deserialization because I got problems
		with numeral and date format.

	* SoapWriter.cs, SoapCommon.cs:
		Bug fixed: XmlTextWriter.WriteAttributeString() was used
		with its "namespace" parameter set to null whereas it shouldn't.

2003-12-22  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
	* SoapFormatterTest.cs:
		Added unit test for the SerializationBinder property

2003-11-21  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
	* SoapReader.cs: 
		Bug fixed. SerializationBinder.BindToType wasn't called
		the right way in GetElementInfo() (switched assemblyName and 
		typeName parameters).

2003-08-25  Lluis Sanchez Gual  <lluis@ximian.com>

	* SoapTypeMapper.cs: Added mappings for more primitive types.
	* SoapWriter.cs: Use XmlSchema.Namespace and XmlSchema.InstanceNamespace
	  instead of string constants.

2003-06-30  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
	* SoapServices:
		removed because it is now included in the
		right assembly.
	* SoapFormatter.cs, SoapWriter.cs, ObjectWriter.cs:
		cleaned the code
2003-05-27  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
	* SoapWriter:
		bugs fixed
	* SoapFormatter:
		preparing for the remoting

2003-05-15  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
	* SoapFormatter:
		New version of the SoapFormatter installed
	* list.unix:
		added to build the new formatter
	* makefile.gnu:
		changed to build the new formatter
	* System.Runtime.Serialization.Formatters.Soap:
		many files added or change to build the new formatter
	* Test:
		nunit-2 test added

2002-08-15  Tim Coleman <tim@timcoleman.com>
	* ChangeLog:
		New changelog added
	* list:
	* makefile.gnu:
		Added so we can build this assembly on linux now.