diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:53:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:53:24 +0000 |
commit | b7a760046545fa9afc3feca68d12dc087fbe625c (patch) | |
tree | 292e468bc07f8c59917ab2f078343ac6bed5b354 /RELEASE-NOTES | |
parent | 111a2f3057b3a13cb91e3c5a702bd1254f774dbb (diff) |
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
length limit of the hostname part of the URL.
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 e8914b2f7..5640135ff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,7 +7,8 @@ Curl and libcurl 7.11.2. A bugfix release. This release includes the following changes: - o removed maximum dir depth limit in the FTP code + o removed maximum user+password+hostname size limit + o removed maximum dir depth limit for FTP o the ares build now requires c-ares 1.2.0 or later o --tcp-nodelay and CURLOPT_TCP_NODELAY were added o curl/curlver.h contains the libcurl version info now @@ -53,6 +54,7 @@ Other curl-related news since the previous public release: http://q-lang.sourceforge.net/ o New German web mirror: http://curl.netmirror.org/ o c-ares 1.2.0 was released: http://daniel.haxx.se/projects/c-ares/ + o New US web mirror: http://curl.signal42.com/ This release would not have looked like this without help, code, reports and advice from friends like these: |