aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-09-19 00:43:51 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-09-19 00:43:51 +0000
commitdfa0fd5b3348d1f94a97960e2d3b4f7910eebfa3 (patch)
tree036f8abb2e11c339be9ad2494c506d8bc72c0577 /CHANGES
parentf7ef60c13f948ba41dcf76db3dbaaf29657ac4e2 (diff)
Don't bother to install a SIGALRM handler unless alarm() is available.
Also, leave the existing SIGALRM handler alone if the timeout is too small to handle.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec561bf8a..7e8a5ac7e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel Fandrich (18 Sep 2008)
+- Don't bother to install a SIGALRM handler unless alarm() is available.
+ Also, leave the existing SIGALRM handler alone if the timeout is too small
+ to handle.
+
Daniel Fandrich (17 Sep 2008)
- Removed reference to curl-ca-bundle.crt in the host verification failure
error message.