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:
Diffstat (limited to 'mcs/class/System.ServiceModel/System.ServiceModel.Activation/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.Activation/ChangeLog20
1 files changed, 0 insertions, 20 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Activation/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Activation/ChangeLog
deleted file mode 100644
index 7e2c7996ffd..00000000000
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Activation/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-2009-10-02 Atsushi Enomoto <atsushi@ximian.com>
-
- * VirtualPathExtension.cs : new file.
-
-2008-02-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * ServiceHostFactory.cs :
- Now CreateServiceHost(Type,...) is used as internal.
-
-2008-02-16 Atsushi Enomoto <atsushi@ximian.com>
-
- * ServiceHostFactoryBase.cs, ServiceHostFactory.cs :
- updated inheritance. new file.
- * IServiceHostFactory.cs : removed old code.
-
-2006-05-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * AspNetIntegrationRequirementsAttribute.cs,
- IServiceHostFactory.cs, ServiceHostFactory.cs :
- - from Sys.ServiceModel.