diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-01 07:51:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-01 07:51:30 +0000 |
commit | 5e7164f87a7b65a4790b3b3e080664dabc8d50a4 (patch) | |
tree | fe1d1a6e07225fe0d99dd7364e8ed49f6aebb244 /RELEASE-NOTES | |
parent | ef10eaeb29e3a8a2ad92e10f44679e1298fce1d5 (diff) |
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non-
configure platforms that havve setmode() needs their hard-coded config.h files
fixed. I fixed the src/config-win32.h.
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 fcb0e7f37..e3b9521ff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -70,6 +70,7 @@ advice from friends like these: Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing, Ravi Pratap, Adam D. Moss, Jose Kahan, Hang Kin Lau, Justin Fletcher, - Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin, Daniel Johnson + Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin, Daniel Johnson, + Matt Kraai Thanks! (and sorry if I forgot to mention someone) |