aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-05-07 20:00:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-05-07 20:00:44 +0000
commit9c788a529beb63e95de5be013bb4b0f26f8456a0 (patch)
tree8f02914db27ff155e08e75001cf7b72ee267f353 /CHANGES
parent6159c356c9491ad235ea2bef4f4d3c0258a62364 (diff)
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
well. See change 28 Apr 2009.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d7f683ef..f1a644fd4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel Stenberg (7 May 2009)
+- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
+ well. See change 28 Apr 2009.
+
Yang Tse (7 May 2009)
- Fixed an issue affecting FTP transfers, introduced with the transfer.c
patch committed May 4.