diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 21:42:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 21:42:55 +0000 |
commit | 6b7f6369ece6fa217dfd39b95b040679d08faaef (patch) | |
tree | 6971ed8ce2eedf572fa16390a6b4c5fa4c5af304 /RELEASE-NOTES | |
parent | 309e3ce4f955cd71b2d9c48ad2d9a30041f51781 (diff) |
username and IPv6 numerical address URL parser fix
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 972cdd600..7a8948083 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ This release includes the following changes: This release includes the following bugfixes: + o URLs with username and IPv6 numerical addresses o configure works better with SSL libs in a "non-standard ld.so dir" o curl-config --vernum zero prefixed o bad memory access in the NTLM code @@ -64,6 +65,7 @@ advice from friends like these: Tomas Pospisek, Gisle Vanem, Dan Fandrich, Paul Nolan, Andres Garcia, 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 + Richard Atterer, Rene Bernhardt, Matt Veenstra, Bryan Henderson, Ton Voon, + Kai Sommerfeld Thanks! (and sorry if I forgot to mention someone) |