Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/System.Configuration.Install
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/ChangeLog17
-rw-r--r--mcs/class/System.Configuration.Install/ChangeLog34
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install/ChangeLog60
-rw-r--r--mcs/class/System.Configuration.Install/System.Diagnostics/ChangeLog14
4 files changed, 0 insertions, 125 deletions
diff --git a/mcs/class/System.Configuration.Install/Assembly/ChangeLog b/mcs/class/System.Configuration.Install/Assembly/ChangeLog
deleted file mode 100644
index d7bcb6392a2..00000000000
--- a/mcs/class/System.Configuration.Install/Assembly/ChangeLog
+++ /dev/null
@@ -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
diff --git a/mcs/class/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/ChangeLog
deleted file mode 100644
index f559fbfe565..00000000000
--- a/mcs/class/System.Configuration.Install/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/System.Configuration.Install/ChangeLog
deleted file mode 100644
index c9176eb1c04..00000000000
--- a/mcs/class/System.Configuration.Install/System.Configuration.Install/ChangeLog
+++ /dev/null
@@ -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.
-
diff --git a/mcs/class/System.Configuration.Install/System.Diagnostics/ChangeLog b/mcs/class/System.Configuration.Install/System.Diagnostics/ChangeLog
deleted file mode 100644
index 2820cbed693..00000000000
--- a/mcs/class/System.Configuration.Install/System.Diagnostics/ChangeLog
+++ /dev/null
@@ -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