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.Web/System.ServiceModel/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel.Web/System.ServiceModel/ChangeLog39
1 files changed, 0 insertions, 39 deletions
diff --git a/mcs/class/System.ServiceModel.Web/System.ServiceModel/ChangeLog b/mcs/class/System.ServiceModel.Web/System.ServiceModel/ChangeLog
deleted file mode 100644
index fc70ccb849c..00000000000
--- a/mcs/class/System.ServiceModel.Web/System.ServiceModel/ChangeLog
+++ /dev/null
@@ -1,39 +0,0 @@
-2008-10-23 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpSecurity.cs, WebHttpBinding.cs:
- add experimental monotouch build.
-
-2008-04-13 Igor Zelmanovich <igorz@mainsoft.com>
-
- * WebHttpBinding.cs:
- consider fixed API in BindingElementCollection class.
-
-2008-02-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpBinding.cs : implemented every remaining member but
- configuration support.
- * WebHttpSecurity.cs : implement Transport.
-
-2008-02-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpBinding.cs : use ManualAddressing.
-
-2008-02-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpBinding.cs : Scheme could be HTTPS.
- it implements IBindingRuntimePreferences.
-
-2008-02-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpSecurity.cs, WebHttpBinding.cs, WebHttpSecurityMode.cs:
- added missing file headers.
-
-2008-02-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpBinding.cs : rewrote most of properties to reuse
- HttpTransportBindingElement. Implemented couple more of members.
-
-2007-12-07 Atsushi Enomoto <atsushi@ximian.com>
-
- * WebHttpBinding.cs WebHttpSecurity.cs WebHttpSecurityMode.cs:
- stubs.