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/System.Net/ChangeLog')
-rw-r--r--mcs/class/System/System.Net/ChangeLog38
1 files changed, 0 insertions, 38 deletions
diff --git a/mcs/class/System/System.Net/ChangeLog b/mcs/class/System/System.Net/ChangeLog
index 0de4bdd37ac..6b187e8e0f9 100644
--- a/mcs/class/System/System.Net/ChangeLog
+++ b/mcs/class/System/System.Net/ChangeLog
@@ -8,23 +8,6 @@
GetHostByAddr_internal returns fewer items in the array than it
intended to (maybe due to conversion errors.)
-2006-02-09 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpWebResponse.cs: Add UpdateStatus method, to update both
- statusCode and statusDescription at the same time.
-
-2006-02-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpWebRequest.cs: Remove WebExceptionStatus argument
- from CreateExceptionFromResponse, since exceptions gotten
- from server response always have a WebExceptionStatus.ProtocolError
- value.
-
-2006-02-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpWebRequest.cs: Add renaming support when using
- WebRequestMethods.Ftp.Rename method.
-
2006-02-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ChunkedInputStream.cs:
@@ -42,32 +25,11 @@
Patch by Horst Reiterer.
-2006-02-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpWebRequest.cs: Add supportedCommands array with the sorted
- methods, to search using Array.BinarySearch. Remove CheckMethod.
-
-2006-02-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpWebRequest.cs: Fixed some typos and small issues.
-
2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* HttpWebRequest.cs: dummy implementation of UnsafeAuthenticationBlah
property.
-2006-02-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpRequestCreator.cs:
- * FtpAsyncResult.cs:
- * FtpDataStream.cs:
- * FtpWebRequest.cs:
- * FtpWebResponse.cs: Initial implementation of FtpWebRequest (2.0)
-
-2006-02-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
-
- * FtpStatusCode.cs: Fix a typo.
-
2006-01-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* WebClient.cs: (2.0) UploadString() returns string, not void.