diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-03-11 16:57:25 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-03-12 10:58:19 +0100 |
commit | 491e026ccda0e60975fa6e2e9cf3ccca37e18f7b (patch) | |
tree | 347480fd46204b3714a7c96260dad5aaa2df0699 /RELEASE-NOTES | |
parent | 83a42ee20ea7fc25abb61c0b7ef56ebe712d7093 (diff) |
easy: do not ignore poll() failures other than EINTR
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3594c627a..b41a56655 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -53,6 +53,7 @@ This release includes the following bugfixes: o docs: updates HTML index and general improvements o curlbuild.h.dist: enhance non-configure GCC ABI detection logic o sasl: Fixed null pointer reference when decoding empty digest challenge [8] + o easy: do not ignore poll() failures other than EINTR This release includes the following known bugs: |