diff options
author | Kamil Dudka <kdudka@redhat.com> | 2015-03-30 13:56:30 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2015-04-08 09:43:08 +0200 |
commit | 261a0fedcf1545440190965311a1554d7695b6c0 (patch) | |
tree | fc1b18059e541956123dcc96b4fd3e46610d25db /RELEASE-NOTES | |
parent | f251417d85d232605ca86e9562a64500c67ccdee (diff) |
src/tool_operate: create output file on successful download
... of an empty file
Bug: https://github.com/bagder/curl/issues/183
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c4aafacfd..60083e222 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: o curl: add --false-start option o add CURLOPT_PATH_AS_IS o curl: add --path-as-is option + o curl: create output file on successful download of an empty file [21] This release includes the following bugfixes: @@ -154,3 +155,4 @@ References to bug reports and discussions on issues: [18] = http://curl.haxx.se/bug/view.cgi?id=1486 [19] = https://github.com/bagder/curl/issues/195 [20] = https://github.com/bagder/curl/issues/192 + [21] = https://github.com/bagder/curl/issues/183 |