2007-11-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / ChangeLog
1 2005-08-01  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * SoapPositiveInteger.cs: Set correct XsdType name for SoapPositiveInteger.
4
5 2005-06-27  Lluis Sanchez Gual <lluis@ximian.com>
6
7         * SoapDuration.cs: Fixed parsing of TimeSpan values. Based on a fix
8         by Roei Erez. Also fixed issues in the ToString method.
9         Closes bug #75340.
10
11 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
12         
13         * SoapHexBinary.cs: fixed serialization compatibility with MS.NET
14         * SoapQName.cs: fixed serialization compatibility with MS.NET
15
16 2003-11-28  Dick Porter  <dick@ximian.com>
17
18         * SoapQName.cs: Use the char form of IndexOf, so that the
19         comparison is done with the Invariant culture.
20
21 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
22
23         * SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs
24           SoapDay.cs, SoapDuration.cs, SoapEntities.cs, SoapEntity.cs, 
25           SoapHexBinary.cs, SoapId.cs, SoapIdref.cs, SoapIdrefs.cs, SoapInteger.cs, 
26           SoapLanguage.cs, SoapMonth.cs, SoapMonthDay.cs, SoapName.cs, 
27           SoapNcName.cs, SoapNegativeInteger.cs, SoapNmtoken.cs, SoapNmtokens.cs, 
28           SoapNonNegativeInteger.cs, SoapNonPositiveInteger.cs, 
29           SoapNormalizedString.cs, SoapNotation.cs, SoapPositiveInteger.cs, 
30           SoapQName.cs, SoapTime.cs, SoapToken.cs, SoapYear.cs, SoapYearMonth.cs:
31           Implemented
32           
33         * SoapHelper.cs: Added
34