diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-11 14:20:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-11 14:20:41 +0000 |
commit | 08adf679691006a8fc45fca07c7a10e6a458283e (patch) | |
tree | e63dcc718a803ed4653d7eba24c1a143cef52475 /RELEASE-NOTES | |
parent | e2c817731a6abd94c1946e855938ec5f12167c31 (diff) |
Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
already worked for FTP:// URLs
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8013284a4..49f540fe9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,7 @@ This release includes the following bugfixes: o time zone offsets from -1400 to +1400 are now accepted by the date parser o allows more spaces in WWW/Proxy-Authenticate: headers o curl-config --libs skips /usr/lib64 + o range support for file:// transfers This release includes the following known bugs: |