aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-01 23:42:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-01 23:42:03 +0000
commit6513303498d36b08d2ae815311248ed818cf668e (patch)
treed4390e940515d2d349de45de2492b8e18dadfd9d /RELEASE-NOTES
parent3e2a52b0342d1e4e17e6c455442c6262f742a0d5 (diff)
Jamie Newton pointed out that libcurl's file:// code would close() a zero
file descriptor if given a non-existing file.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES7
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 148fac0b2..f84c2c377 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o using file:// on non-existing files are properly handled
o builds fine on DJGPP
o CURLOPT_ERRORBUFFER is now always filled in on errors
o curl outputs error on bad --limit-rate units
@@ -51,8 +52,8 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Dave Dribin, Bradford Bruce, Temprimus, Ofer, Dima Barsky, Amol Pattekar, Jaz
- Fresh, tommink[at]post.pl, Gisle Vanem, Nis Jorgensen, Vilmos Nebehaj,
- Dmitry Bartsevich, David Lang, Eugene Kotlyarov, Jan Kunder, Yang Tse,
- Quagmire, Albert Chin, David Shaw, Doug Kaufman, Bryan Henderson
+ Fresh, tommink[at]post.pl, Gisle Vanem, Nis Jorgensen, Vilmos Nebehaj, Dmitry
+ Bartsevich, David Lang, Eugene Kotlyarov, Jan Kunder, Yang Tse, Quagmire,
+ Albert Chin, David Shaw, Doug Kaufman, Bryan Henderson, Jamie Newton
Thanks! (and sorry if I forgot to mention someone)