File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (32 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
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
2006-05-05  Chris Toshok  <toshok@ximian.com>

	* ProviderBase.cs (Initialize): don't die if config == null.

2005-10-07  Chris Toshok  <toshok@ximian.com>

	* ProviderCollection.cs: fix compiler warning with Hashtable ctor.

2005-09-22  Chris Toshok  <toshok@ximian.com>

	* ProviderBase.cs (Initialize): set the description to name if
	description isn't specified in config.

2005-09-22  Chris Toshok  <toshok@ximian.com>

	* ProviderBase.cs: handle the description config attribute as
	described in Homer/Sussman/Howard, Table 7.3.

2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>

	* ProviderException.cs: New (2.0). Seems to replace the older 
	NotSupportedByProviderException class.

2004-11-18  Lluis Sanchez Gual <lluis@novell.com>

	* IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
	ProviderBase.

2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>

	* Implemented everything for V2.