aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-16 21:33:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-16 21:33:51 +0000
commitfcccf9aa0d93c666e8ae31ebdde716cddd6b4482 (patch)
tree73e3599838d142f903ed98b7a2da989dfbf8e5ae /CHANGES
parent72bd027537f6f09f3fceef1126bf917030c75c64 (diff)
Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPE
during certain conditions when GnuTLS is used.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d807af2ca..acd7ed763 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (16 December 2006)
+- Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPE
+ during certain conditions when GnuTLS is used.
+
Daniel (11 December 2006)
- Alexey Simak found out that when doing FTP with the multi interface and
something went wrong like it got a bad response code back from the server,