aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-16 14:52:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-16 14:52:16 +0000
commit6dbfce1031a8dd177772e2ee356c712b2454f794 (patch)
tree821846dad2e2d9de78be76f3d2a2307583abc65c /RELEASE-NOTES
parentfea5ddf585953f89fc51e861e758765420ffb0f4 (diff)
Jean Jacques Drouin pointed out that you could only have a user name or
password of 127 bytes or less embedded in a URL, where actually the code uses a 255 byte buffer for it! Modified now to use the full buffer size.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bbbda0fe4..503ec75b1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,14 +15,16 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o supports name and passwords up to 255 bytes long, embedded in URLs
+ o the HTTP_ONLY define disables the TFTP support
Other curl-related news since the previous public release:
- o
+ o http://curl.hkmirror.org/ is a new curl web mirror in Hong Kong
This release would not have looked like this without help, code, reports and
advice from friends like these:
+ Dov Murik, Jean Jacques Drouin
Thanks! (and sorry if I forgot to mention someone)