aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-14 14:42:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-14 14:42:06 +0000
commitead2618c31fcb9e33e4ed23679b877e4e324c960 (patch)
tree1221cbdc7851551fa39e21e906fb2f1b9276dc43 /CHANGES
parent84eb9fee765d8614b5f4d56e1db3ea02322301fe (diff)
- Brock Noland reported that curl behaved differently depending on which order
you used -i and -I.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d28e453e..face399bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.