]> granicus.if.org Git - curl/commitdiff
username and IPv6 numerical address URL parser fix
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Dec 2004 21:42:55 +0000 (21:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Dec 2004 21:42:55 +0000 (21:42 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index e4890c5c8e61ef4e9ac7d3c652f78d273993a48e..9bed6d3607206f97bab1c9e46b3aab19eccd185d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
 
                                   Changelog
 
+
+Daniel (10 December 2004)
+- When providing user name in the URL and a IPv6-style IP-address (like in
+  "ftp://user@[::1]/tmp"), the URL parser didn't get the host extracted
+  properly.  Reported and fixed by Kai Sommerfeld.
+
 Daniel (9 December 2004)
 - Ton Voon provided a configure fix that should fix the notorious (mostly
   reported on Solaris) problem where the size_t check fails due to the SSL
index 972cdd600149f42e4f52e99a97331ccac20f9150..7a894808353e96d7b0eafd882db521d33aaf06b8 100644 (file)
@@ -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)