File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (47 lines) | stat: -rw-r--r-- 1,435 bytes parent folder | download | duplicates (5)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2008-05-18  Sebastien Pouliot  <sebastien@ximian.com>

	* ProviderBase.cs: Use String.IsNullOrEmpty inside 2.0 code.
	[Found using Gendarme]

2007-08-31  Gert Driesen  <drieseng@users.souceforge.net>

	* ProviderBase.cs: Remove "description" key from NameValueCollection.
	Use provider name as description if description is null or a zero
	length string. Modifies exception messages to match MS.	

2006-12-02  Marek Habersack  <grendello@gmail.com>

	* ProviderBase.cs: Throw exceptions as per documentation.

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.