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.ServiceModel.Routing
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.ServiceModel.Routing')
-rw-r--r--mcs/class/System.ServiceModel.Routing/Assembly/ChangeLog3
-rwxr-xr-xmcs/class/System.ServiceModel.Routing/ChangeLog4
-rw-r--r--mcs/class/System.ServiceModel.Routing/System.ServiceModel.Dispatcher/ChangeLog4
-rw-r--r--mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/ChangeLog40
-rw-r--r--mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing/ChangeLog11
5 files changed, 0 insertions, 62 deletions
diff --git a/mcs/class/System.ServiceModel.Routing/Assembly/ChangeLog b/mcs/class/System.ServiceModel.Routing/Assembly/ChangeLog
deleted file mode 100644
index c58c5be735e..00000000000
--- a/mcs/class/System.ServiceModel.Routing/Assembly/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2009-12-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : initial checkin.
diff --git a/mcs/class/System.ServiceModel.Routing/ChangeLog b/mcs/class/System.ServiceModel.Routing/ChangeLog
deleted file mode 100755
index 08d2a612703..00000000000
--- a/mcs/class/System.ServiceModel.Routing/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2009-12-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile, System.ServiceModel.Routing.dll.sources :
- initial checkin.
diff --git a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Dispatcher/ChangeLog b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Dispatcher/ChangeLog
deleted file mode 100644
index 50d909f5716..00000000000
--- a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Dispatcher/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2009-12-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * EndpointNameMessageFilter.cs StrictAndMessageFilter.cs:
- initial checkin.
diff --git a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/ChangeLog b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/ChangeLog
deleted file mode 100644
index d83b00bbbf0..00000000000
--- a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-2010-06-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * BackupEndpointCollection.cs
- BackupEndpointElement.cs
- BackupListCollection.cs
- FilterElement.cs
- FilterElementCollection.cs
- FilterTableEntryCollection.cs
- FilterTableEntryElement.cs
- NamespaceElement.cs
- NamespaceElementCollection.cs
- RoutingExtensionElement.cs
- RoutingSection.cs
- SoapProcessingExtensionElement.cs : implement to get working.
-
-2010-03-02 Raja R Harinath <harinath@hurrynot.org>
-
- * BackupListCollection.cs, FilterTableCollection.cs: Add indexer.
-
-2009-12-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * RoutingSection.cs : sorted out most of the configuration stuff.
- * FilterElementCollection.cs : added missing indexer.
-
-2009-12-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * BackupEndpointCollection.cs
- BackupEndpointElement.cs
- BackupListCollection.cs
- FilterElement.cs
- FilterElementCollection.cs
- FilterTableCollection.cs
- FilterTableEntryCollection.cs
- FilterTableEntryElement.cs
- FilterType.cs
- NamespaceElement.cs
- NamespaceElementCollection.cs
- RoutingExtensionElement.cs
- RoutingSection.cs
- SoapProcessingExtensionElement.cs : initial checkin.
diff --git a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing/ChangeLog b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing/ChangeLog
deleted file mode 100644
index 99e1a1a1161..00000000000
--- a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2009-12-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * IDuplexSessionRouter.cs
- IRequestReplyRouter.cs
- ISimplexDatagramRouter.cs
- ISimplexSessionRouter.cs
- RoutingBehavior.cs
- RoutingConfiguration.cs
- RoutingExtension.cs
- RoutingService.cs
- SoapProcessingBehavior.cs: initial checkin.