diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-08 12:16:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-08 12:16:10 +0000 |
commit | 2c16dfb526475397e7254f917c97306ba8de4ce7 (patch) | |
tree | c68286ef326ba6a56ecfb25f23ae87257f2e69b6 | |
parent | fe3a78ab1997f650dd6e76a7a0ba51b72546221e (diff) |
the proof I did something yesterday as well
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ History of Changes +Daniel (7 November 2001) +- docs/VERSIONS is a new file in the archive that explains the version number + system we use in the curl project. + +- Did some more fixes that now makes libcurl only ignore signals as long as + it needs to, and then restore (if any) previous signal handler again. + Daniel (6 November 2001) - Enrik Berkhan posted bug report #478780, in which he very correctly pointed out two bad timeout matters in libcurl: we didn't restore the sigaction |