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.Web.Services/System.Web.Services.Protocols/ChangeLog')
-rw-r--r--mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog b/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
index 01f02c69e94..6519e52d14e 100644
--- a/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
+++ b/mcs/class/System.Web.Services/System.Web.Services.Protocols/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-28 Lluis Sanchez Gual <lluis@novell.com>
+
+ * WebServiceHelper.cs: Write the encodingStyle attribute when using the
+ encoded format. This fixes bug #66908.
+
+2004-08-25 Lluis Sanchez Gual <lluis@novell.com>
+
+ * HttpSoapWebServiceHandler.cs, WebServiceHandler.cs: Do not assign the
+ context to the service. It already gets it from HttpContext.Current.
+
+2004-07-20 Lluis Sanchez Gual <lluis@ximian.com>
+
+ * HttpWebClientProtocol.cs: Add received cookies to cookieContainer when
+ getting the response, do not wait for the next request to do it.
+
2004-06-22 Lluis Sanchez Gual <lluis@ximian.com>
* XmlReturnReader.cs, XmlReturnWriter.cs: Generate the serializer with