diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-09 11:45:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-09 11:45:27 +0000 |
commit | b0f6e7cee48365d6b0cc9b52eeb8c151f2d86814 (patch) | |
tree | 27db0cdd266a567acb8ca9f65d87bfcd29d51b79 /RELEASE-NOTES | |
parent | ed72d4e104cb7bf5b279b21550bf20c420819534 (diff) |
Michele Bini fixed how the hostname is put in NTLM packages. As servers
don't expect fully qualified names we need to cut them off at the first dot.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 65ac9c6aa..942f59f7f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: This release includes the following bugfixes: + o (HTTP) NTLM hostname fix 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 @@ -45,6 +46,6 @@ advice from friends like these: Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs, Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin, - Jari Sundell, Ravi Pratap + Jari Sundell, Ravi Pratap, Michele Bini Thanks! (and sorry if I forgot to mention someone) |