[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Configuration.Install / System.Configuration.Install / ChangeLog
1 2008-07-24  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * AssemblyInstaller.cs: Fixed argument name to match MS.
4
5 2008-06-11  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * Installer.cs : populate 'installers' instance. Fixed bug #397126.
8
9 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * IManagedInstaller.cs, InstallEventHandler.cs, UninstallAction.cs:
12           completeing 2.0 API (metadata-wise).
13
14 2005-08-08  Gert Driesen <drieseng@users.sourceforge.net>
15
16         * Installer.cs: Browsable must be true on Parent.
17
18 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
19
20         * Installer.cs: use Type instead of string argument for
21         Designer attribute
22
23 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
24
25         * AssemblyInstaller.cs: stubbed
26         * ManagedInstallerClass.cs: stubbed
27         * TransactedInstaller.cs: stubbed
28
29 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
30
31         * IManagedInstaller.cs: fixed signature
32         * Installer.cs: marked parent internal to match MS
33         * InstallerCollection.cs: implemented
34         * InstallEventArgs.cs: remove setter for SavedState
35
36 2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)
37
38         * InstallContext.cs: removed setter for Parameters
39         * Installer.cs: added missing attributes, remove
40         setter for Installers, Context
41
42 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
43
44         * IManagedInstaller.cs,
45           Installer.cs,
46           InstallException.cs,
47           ComponentInstaller.cs, 
48           InstallContext.cs,
49           InstallEventArgs.cs,
50           InstallerCollection.cs,
51           InstallEventHandler.cs: Added.
52         
53 2002-07-22  Tim Coleman <tim@timcoleman.com>
54         * UninstallAction.cs: Changed namespace to
55                 proper System.Configuration.Install;
56
57 2002-08-13  Jonathan Pryor <jonpryor@vt.edu>
58         * ChangeLog: Add change log to this directory
59         * UninstallAction.cs: Implemented.
60