diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-08 10:26:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-08 10:26:24 +0100 |
commit | 8f995e2e0022292374fc99a2277069b08ad98b5c (patch) | |
tree | 7f6d4806ea8e0be10e01f4b1514f91c71c6639b1 /RELEASE-NOTES | |
parent | d572d2664d82fb8a14b838910018b5683b0af837 (diff) | |
download | curl-8f995e2e0022292374fc99a2277069b08ad98b5c.tar.gz |
RELEASE-NOTES: curl 7.47.1 time!curl-7_47_1
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 298e2dd08..5d1b54104 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following bugfixes: o examples/asiohiper: Avoid function name collision on Windows [6] o idn_win32: Better error checking [7] o openssl: Fix signed/unsigned mismatch warning in X509V3_ext [8] + o curl save files: check for backslashes on cygwin [9] This release includes the following known bugs: @@ -44,3 +45,4 @@ References to bug reports and discussions on issues: [6] = https://curl.haxx.se/mail/lib-2016-02/0016.html [7] = https://github.com/curl/curl/pull/637 [8] = https://github.com/curl/curl/commit/dd1b44c#commitcomment-15913896 + [9] = https://curl.haxx.se/docs/adv_20160127B.html |