diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 23:01:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 23:01:14 +0200 |
commit | 4dd44d9c20f8789434f66429fdd2dcd063b7ffed (patch) | |
tree | e8dd4417d0ad3e0849f4b976162166c665bd29da /RELEASE-NOTES | |
parent | 31f39120b7803888ac5b5ed4113d112046166fb9 (diff) |
RELEASE-NOTES: added missing link
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 06a67e3ac..2eae1cbcd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,7 +21,7 @@ This release includes the following bugfixes: o fixed a few clang-analyzer warnings o metalink: change code order to build with gnutls-nettle [5] o gtls: fix build failure by including nettle-specific headers [5] - o change preferred HTTP auth on a handle previously used for another auth + o change preferred HTTP auth on a handle previously used for another auth [9] o file: use fdopen() to avoid race condition [6] o Added DWANT_IDN_PROTOTYPES define for MSVC too [7] @@ -47,3 +47,4 @@ References to bug reports and discussions on issues: [6] = https://bugzilla.redhat.com/844385 [7] = http://curl.haxx.se/mail/lib-2012-07/0271.html [8] = http://curl.haxx.se/mail/lib-2012-07/0310.html + [9] = http://curl.haxx.se/bug/view.cgi?id=3545398 |