diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-07-20 13:33:58 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-07-22 02:12:43 +0200 |
commit | d317ca50ae7d8bb250431f86709e53b94f7f6ddf (patch) | |
tree | b29f3c366ecb508c78ce928ea238fff7d828a04f /RELEASE-NOTES | |
parent | 487406c3c0d86c5ef3fd323df35db71467b02a92 (diff) |
http: print reason phrase from HTTP status line on error
Bug: https://bugzilla.redhat.com/676596
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 7fc03a3e7..32c27cbca 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: o pop3: Added support for apop authentication o Added support for Schannel (Native Windows) SSL/TLS encryption [2] o Added support for Darwin SSL (Native Mac OS X and iOS) [6] + o http: print reason phrase from HTTP status line on error [8] This release includes the following bugfixes: @@ -68,3 +69,4 @@ References to bug reports and discussions on issues: [5] = http://daniel.haxx.se/blog/2012/06/03/curling-the-metalink/ [6] = http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/ [7] = http://daniel.haxx.se/blog/2012/07/08/curls-new-http-cookies-docs/ + [8] = https://bugzilla.redhat.com/676596 |