aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
parent84eb9fee765d8614b5f4d56e1db3ea02322301fe (diff)
- Brock Noland reported that curl behaved differently depending on which order
you used -i and -I.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fbb1f901e..10e6414e0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,6 +20,7 @@ This release includes the following bugfixes:
o curl_easy_reset() resets the max redirect limit properly
o configure now correctly recognizes Heimdal and MIT gssapi libraries
o malloc() failure check in Negotiate
+ o -i and -I together now work the same no matter what order they're used
This release includes the following known bugs:
@@ -37,6 +38,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black,
- Rafa Muyo, Andre Guibert de Bruet
+ Rafa Muyo, Andre Guibert de Bruet, Brock Noland
Thanks! (and sorry if I forgot to mention someone)