diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-06-08 23:02:57 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-06-08 23:27:11 +0200 |
commit | 68857e40d69ef792bfcc6d7395c65305a4117c51 (patch) | |
tree | 9f58fb373e9ab368d1a6fd746bcffd5aa0ee3319 /RELEASE-NOTES | |
parent | dd576194ceaf6d9fef625332395a51fca0fca657 (diff) | |
download | curl-68857e40d69ef792bfcc6d7395c65305a4117c51.tar.gz |
ssl: fix duplicated SSL handshake with multi interface and proxy
Bug: https://bugzilla.redhat.com/788526
Reported by: Enrico Scholz
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 44dda1f03..fa85b190b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following bugfixes: o cmdline: made -D option work with -O and -J o configure: Fix libcurl.pc and curl-config generation for static MingW* cross builds + o ssl: fix duplicated SSL handshake with multi interface and proxy [1] This release includes the following known bugs: @@ -39,4 +40,4 @@ advice from friends like these: References to bug reports and discussions on issues: - + [1] = https://bugzilla.redhat.com/788526 |