diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-14 21:22:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-14 21:22:51 +0000 |
commit | 0d0d5e7ee3b8575118d8d268802623f2a9a49ee5 (patch) | |
tree | 716e4e63a171e2271ed3228319288aeb3d6be976 /RELEASE-NOTES | |
parent | 4f567d0f815a7214130ef968b34e5560bf2f49c1 (diff) |
Harshal Pradhan fixed changing username/password on a persitent HTTP
connection.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4f581923a..b40664aaf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,7 @@ Curl and libcurl 7.12.3 This release includes the following changes: + o added CURLINFO_SSL_ENGINES o new configure options: --disable-cookies, --disable-crypto-auth and --disable-verbose o persistent ftp request improvements @@ -25,6 +26,7 @@ This release includes the following changes: This release includes the following bugfixes: + o modified credentials between two requests on a persistent http connection o large file file:// resumes on Windows o URLs with username and IPv6 numerical addresses o configure works better with SSL libs in a "non-standard ld.so dir" @@ -67,6 +69,6 @@ advice from friends like these: Tim Sneddon, Ian Gulliver, Jean-Philippe Barrette-LaPierre, Jeff Phillips, Wojciech Zwiefka, David Phillips, Reinout van Schouwen, Maurice Barnum, Richard Atterer, Rene Bernhardt, Matt Veenstra, Bryan Henderson, Ton Voon, - Kai Sommerfeld, David Byron + Kai Sommerfeld, David Byron, Harshal Pradhan Thanks! (and sorry if I forgot to mention someone) |