[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Configuration / System.Configuration.Provider / ChangeLog
1 2008-05-18  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ProviderBase.cs: Use String.IsNullOrEmpty inside 2.0 code.
4         [Found using Gendarme]
5
6 2007-08-31  Gert Driesen  <drieseng@users.souceforge.net>
7
8         * ProviderBase.cs: Remove "description" key from NameValueCollection.
9         Use provider name as description if description is null or a zero
10         length string. Modifies exception messages to match MS. 
11
12 2006-12-02  Marek Habersack  <grendello@gmail.com>
13
14         * ProviderBase.cs: Throw exceptions as per documentation.
15
16 2006-05-05  Chris Toshok  <toshok@ximian.com>
17
18         * ProviderBase.cs (Initialize): don't die if config == null.
19
20 2005-10-07  Chris Toshok  <toshok@ximian.com>
21
22         * ProviderCollection.cs: fix compiler warning with Hashtable ctor.
23
24 2005-09-22  Chris Toshok  <toshok@ximian.com>
25
26         * ProviderBase.cs (Initialize): set the description to name if
27         description isn't specified in config.
28
29 2005-09-22  Chris Toshok  <toshok@ximian.com>
30
31         * ProviderBase.cs: handle the description config attribute as
32         described in Homer/Sussman/Howard, Table 7.3.
33
34 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * ProviderException.cs: New (2.0). Seems to replace the older 
37         NotSupportedByProviderException class.
38
39 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
40
41         * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
42         ProviderBase.
43
44 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
45
46         * Implemented everything for V2.
47