diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-24 10:22:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-24 10:22:46 +0000 |
commit | 74e5beab9dbeb0e893754b8c21679527b5b7e178 (patch) | |
tree | 1fcd900435ec3ee95ba7ae0b0d0ed339ad1aacf1 /RELEASE-NOTES | |
parent | b41765f4416b3bdd05694073ae58b8d5a003ec1b (diff) | |
download | curl-74e5beab9dbeb0e893754b8c21679527b5b7e178.tar.gz |
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
configure.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index eecf78aaf..b5ebd07ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: This release includes the following bugfixes: + o builds fine on DJGPP o CURLOPT_ERRORBUFFER is now always filled in on errors o curl outputs error on bad --limit-rate units o fixed libcurl's use of poll() on cygwin @@ -52,6 +53,6 @@ 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 + Quagmire, Albert Chin, David Shaw, Doug Kaufman Thanks! (and sorry if I forgot to mention someone) |