diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-14 14:42:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-14 14:42:06 +0000 |
commit | ead2618c31fcb9e33e4ed23679b877e4e324c960 (patch) | |
tree | 1221cbdc7851551fa39e21e906fb2f1b9276dc43 /CHANGES | |
parent | 84eb9fee765d8614b5f4d56e1db3ea02322301fe (diff) |
- Brock Noland reported that curl behaved differently depending on which order
you used -i and -I.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog + +Daniel Stenberg (14 Apr 2008) +- Brock Noland reported that curl behaved differently depending on which order + you used -i and -I. + Daniel Stenberg (12 Apr 2008) - Andre Guibert de Bruet found and fixed a case where malloc() was called but was not checked for a NULL return, in the Negotiate code. |