diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-02 01:44:13 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-02 01:44:13 +0000 |
commit | 7c6df7132ea5b32a2dd5e776a9e27192a7cf790c (patch) | |
tree | d2933feeafa4c4355c83f9544703eaf168b996e7 /RELEASE-NOTES | |
parent | f27299dc3b609f5d4165830051b5568f64ca6063 (diff) |
No longer test availability of the gdi32 library, nor use it for linking, even
when we have been doing this since revision 1.47 of configure.ac 4 years and
5 months ago when cross-compiling a Windows target. We actually don't use any
function from the Windows GDI (Graphics Device Interface) related with drawing
or graphics-related operations.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 58484814b..289544827 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,7 @@ This release includes the following bugfixes: o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set o a user name in a proxy URL without a password was parsed incorrectly o library will now be built with _REENTRANT symbol defined only if needed + o no longer link with gdi32 on Windows cross-compiled targets This release includes the following known bugs: |