Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

61 lines
1.7 KiB
Plaintext

2008-07-24 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyInstaller.cs: Fixed argument name to match MS.
2008-06-11 Atsushi Enomoto <atsushi@ximian.com>
* Installer.cs : populate 'installers' instance. Fixed bug #397126.
2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
* IManagedInstaller.cs, InstallEventHandler.cs, UninstallAction.cs:
completeing 2.0 API (metadata-wise).
2005-08-08 Gert Driesen <drieseng@users.sourceforge.net>
* Installer.cs: Browsable must be true on Parent.
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* Installer.cs: use Type instead of string argument for
Designer attribute
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyInstaller.cs: stubbed
* ManagedInstallerClass.cs: stubbed
* TransactedInstaller.cs: stubbed
2004-05-16 Gert Driesen (drieseng@users.sourceforge.net)
* IManagedInstaller.cs: fixed signature
* Installer.cs: marked parent internal to match MS
* InstallerCollection.cs: implemented
* InstallEventArgs.cs: remove setter for SavedState
2004-05-15 Gert Driesen (drieseng@users.sourceforge.net)
* InstallContext.cs: removed setter for Parameters
* Installer.cs: added missing attributes, remove
setter for Installers, Context
2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
* IManagedInstaller.cs,
Installer.cs,
InstallException.cs,
ComponentInstaller.cs,
InstallContext.cs,
InstallEventArgs.cs,
InstallerCollection.cs,
InstallEventHandler.cs: Added.
2002-07-22 Tim Coleman <tim@timcoleman.com>
* UninstallAction.cs: Changed namespace to
proper System.Configuration.Install;
2002-08-13 Jonathan Pryor <jonpryor@vt.edu>
* ChangeLog: Add change log to this directory
* UninstallAction.cs: Implemented.