Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,17 +0,0 @@
2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added missing attributes
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* Consts.cs: Replaced by Consts.cs from System.Messaging
2004-05-15 Gert Driesen <drieseng@users.sourceforge.net>
* Consts.cs: Added
2004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added
* ChangeLog: Added
* Locale.cs: Added

View File

@@ -1,34 +0,0 @@
2005-07-11 Raja R Harinath <rharinath@novell.com>
* Makefile (NO_TEST): Set.
* System.Configuration.Install_test.dll.sources: Remove.
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* System.Configuration.Install.dll.sources: added
stubbed classes
2004-05-15 Gert Driesen <drieseng@users.sourceforge.net>
* System.Configuration.Install.dll.sources: added
Assembly/Consts.cs
2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
* updated .build file(s) to correctly contain required buildfile
attribute for nant
2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
* list.unix: Changed
* makefile.gnu: Add assembly to compile.
2002-07-22 Tim Coleman <tim@timcoleman.com>
* list.unix:
* makefile.gnu:
Files added to build this on linux.
2002-08-13 Jonathan Pryor <jonpryor@vt.edu>
* ChangeLog: Add change log to this directory
* System.Configuration.Install.build: Add build file to this directory.

View File

@@ -3,7 +3,7 @@ include ../../build/rules.make
LIBRARY = System.Configuration.Install.dll
LIB_REFS = System System.Xml
LIB_MCS_FLAGS = /r:$(corlib)
LIB_MCS_FLAGS =
NO_TEST = yes

View File

@@ -1,60 +0,0 @@
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.

View File

@@ -1,14 +0,0 @@
2008-07-24 Gert Driesen <drieseng@users.sourceforge.net>
* EventLogInstaller.cs: API compatibility fixes for issues reported
by corcompare.
2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
* PerformanceCounterInstaller.cs, EventLogInstaller.cs :
completeing 2.0 API (metadata-wise).
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* EventLogInstaller.cs: stubbed
* PerformanceCounterInstaller.cs: stubbed