summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-11 22:22:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-11 22:22:46 +0000
commit1b4af1f8d821d3be0cb540e94f947841a967d70f (patch)
tree15d6bf94b355380fcf478bef8ec8e529a6160f1a /RELEASE-NOTES
parent8e255534a1513584d2411b10b47ea1249d8aaedc (diff)
downloadcurl-1b4af1f8d821d3be0cb540e94f947841a967d70f.tar.gz
- Keshav Krity found out that libcurl failed to deal with dotted IPv6
addresses if they were very long (>39 letters) due to a too strict address validity parser. It now accepts addresses up to 45 bytes long.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 06e3893d5..da0d98ba9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -27,6 +27,7 @@ This release includes the following bugfixes:
o GSS authentication infinite loop problem
o 550 response from SIZE no longer treated as missing file
o ftps:// control connections now use explicit protection level
+ o dotted IPv6 addresses longer than 39 bytes failed
This release includes the following known bugs:
@@ -37,6 +38,6 @@ advice from friends like these:
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
- Fred Machado, Ken Hirsch
+ Fred Machado, Ken Hirsch, Keshav Krity
Thanks! (and sorry if I forgot to mention someone)