File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (34 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download | duplicates (3)
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
2005-08-01  Lluis Sanchez Gual <lluis@ximian.com>

	* SoapPositiveInteger.cs: Set correct XsdType name for SoapPositiveInteger.

2005-06-27  Lluis Sanchez Gual <lluis@ximian.com>

	* SoapDuration.cs: Fixed parsing of TimeSpan values. Based on a fix
	by Roei Erez. Also fixed issues in the ToString method.
	Closes bug #75340.

2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
	
	* SoapHexBinary.cs: fixed serialization compatibility with MS.NET
	* SoapQName.cs: fixed serialization compatibility with MS.NET

2003-11-28  Dick Porter  <dick@ximian.com>

	* SoapQName.cs: Use the char form of IndexOf, so that the
	comparison is done with the Invariant culture.

2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>

	* SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs
	  SoapDay.cs, SoapDuration.cs, SoapEntities.cs, SoapEntity.cs, 
	  SoapHexBinary.cs, SoapId.cs, SoapIdref.cs, SoapIdrefs.cs, SoapInteger.cs, 
	  SoapLanguage.cs, SoapMonth.cs, SoapMonthDay.cs, SoapName.cs, 
	  SoapNcName.cs, SoapNegativeInteger.cs, SoapNmtoken.cs, SoapNmtokens.cs, 
	  SoapNonNegativeInteger.cs, SoapNonPositiveInteger.cs, 
	  SoapNormalizedString.cs, SoapNotation.cs, SoapPositiveInteger.cs, 
	  SoapQName.cs, SoapTime.cs, SoapToken.cs, SoapYear.cs, SoapYearMonth.cs:
	  Implemented
	  
	* SoapHelper.cs: Added