diff options
author | Michal Marek <mmarek@suse.cz> | 2008-04-14 19:01:41 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-04-14 19:01:41 +0000 |
commit | af41ada7aa5ee4db20107c8bd4a06fec3e422fb8 (patch) | |
tree | 3547559f8d73e70bcb0ea817f9e63278b6a68039 /RELEASE-NOTES | |
parent | 6a33a4456e58a9332ebb9135c93bfca9266bb6f7 (diff) |
allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as
discussed in http://curl.haxx.se/mail/lib-2008-04/0291.html
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a606702b1..9549b1bd9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following bugfixes: 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 + * the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK This release includes the following known bugs: @@ -38,6 +39,7 @@ 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, Brock Noland, Sandor Feldi, Stefan Krause + Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause, + David Shaw Thanks! (and sorry if I forgot to mention someone) |