2007-04-12 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Configuration / System.Configuration.Provider / ChangeLog
1 2006-12-02  Marek Habersack  <grendello@gmail.com>
2
3         * ProviderBase.cs: Throw exceptions as per documentation.
4
5 2006-05-05  Chris Toshok  <toshok@ximian.com>
6
7         * ProviderBase.cs (Initialize): don't die if config == null.
8
9 2005-10-07  Chris Toshok  <toshok@ximian.com>
10
11         * ProviderCollection.cs: fix compiler warning with Hashtable ctor.
12
13 2005-09-22  Chris Toshok  <toshok@ximian.com>
14
15         * ProviderBase.cs (Initialize): set the description to name if
16         description isn't specified in config.
17
18 2005-09-22  Chris Toshok  <toshok@ximian.com>
19
20         * ProviderBase.cs: handle the description config attribute as
21         described in Homer/Sussman/Howard, Table 7.3.
22
23 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * ProviderException.cs: New (2.0). Seems to replace the older 
26         NotSupportedByProviderException class.
27
28 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
29
30         * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
31         ProviderBase.
32
33 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
34
35         * Implemented everything for V2.
36