[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / ChangeLog
1 2008-08-05  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SoapHexBinary.cs: In Byte [] ctor, actually save the value. Fixes
4         bug #414373. In Parse, when passed in value has uneven length throw
5         a RemotingException.  On 2.0 profile, throw RemotingException for
6         invalid hex digits.
7
8 2008-07-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
9
10         * SoapYearMonth.cs:
11         * SoapYear.cs:
12         * SoapQName.cs:
13         * SoapHexBinary.cs:
14         * SoapDuration.cs:
15         * SoapDate.cs: Fix parameter names
16
17 2005-08-01  Lluis Sanchez Gual <lluis@ximian.com>
18
19         * SoapPositiveInteger.cs: Set correct XsdType name for SoapPositiveInteger.
20
21 2005-06-27  Lluis Sanchez Gual <lluis@ximian.com>
22
23         * SoapDuration.cs: Fixed parsing of TimeSpan values. Based on a fix
24         by Roei Erez. Also fixed issues in the ToString method.
25         Closes bug #75340.
26
27 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
28         
29         * SoapHexBinary.cs: fixed serialization compatibility with MS.NET
30         * SoapQName.cs: fixed serialization compatibility with MS.NET
31
32 2003-11-28  Dick Porter  <dick@ximian.com>
33
34         * SoapQName.cs: Use the char form of IndexOf, so that the
35         comparison is done with the Invariant culture.
36
37 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
38
39         * SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs
40           SoapDay.cs, SoapDuration.cs, SoapEntities.cs, SoapEntity.cs, 
41           SoapHexBinary.cs, SoapId.cs, SoapIdref.cs, SoapIdrefs.cs, SoapInteger.cs, 
42           SoapLanguage.cs, SoapMonth.cs, SoapMonthDay.cs, SoapName.cs, 
43           SoapNcName.cs, SoapNegativeInteger.cs, SoapNmtoken.cs, SoapNmtokens.cs, 
44           SoapNonNegativeInteger.cs, SoapNonPositiveInteger.cs, 
45           SoapNormalizedString.cs, SoapNotation.cs, SoapPositiveInteger.cs, 
46           SoapQName.cs, SoapTime.cs, SoapToken.cs, SoapYear.cs, SoapYearMonth.cs:
47           Implemented
48           
49         * SoapHelper.cs: Added
50