aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-08 22:17:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-08 22:17:39 +0000
commit8ec1bfe897885e855c1ca1fc497f6be383bf392f (patch)
tree99015e664a1f3b58a7d3318e04e6a1d77edcfa44 /RELEASE-NOTES
parent1dec17562f6527f2a5ed9fe8958911d87ea6879c (diff)
Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some
of them can be completetly removed though...
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 04b8b5805..65ac9c6aa 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o getsockname usage fixes
o SOCKS5 proxy connects can now time-out
o SOCKS5 connects that require auth no longer segfaults when auth not given
o multi interface using asynch resolves could get stuck in wrong state