mirror of
https://github.com/curl/curl.git
synced 2025-09-29 15:36:53 +03:00
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
(http://curl.haxx.se/bug/view.cgi?id=2951319)
This commit is contained in:
parent
68b73bcfba
commit
b4ff6d3007
6
CHANGES
6
CHANGES
|
@ -7,8 +7,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
Daniel Stenberg (13 Feb 2010)
|
Daniel Stenberg (13 Feb 2010)
|
||||||
|
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
|
||||||
|
|
||||||
|
(http://curl.haxx.se/bug/view.cgi?id=2951319)
|
||||||
|
|
||||||
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
|
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
|
||||||
|
|
||||||
|
(http://curl.haxx.se/bug/view.cgi?id=2951269)
|
||||||
|
|
||||||
Daniel Stenberg (12 Feb 2010)
|
Daniel Stenberg (12 Feb 2010)
|
||||||
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
|
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
|
||||||
in the same RCPT TO line, when they should be sent in separate single
|
in the same RCPT TO line, when they should be sent in separate single
|
||||||
|
|
|
@ -16,6 +16,7 @@ This release includes the following bugfixes:
|
||||||
o VMS builder bad behavior when used in a batch job
|
o VMS builder bad behavior when used in a batch job
|
||||||
o multiple recepients with SMTP
|
o multiple recepients with SMTP
|
||||||
o fixed the CURL_FORMAT_* defines when building with cmake
|
o fixed the CURL_FORMAT_* defines when building with cmake
|
||||||
|
o missing quote in libcurl.m4
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
@ -24,6 +25,6 @@ This release includes the following known bugs:
|
||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan
|
Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
|
@ -198,7 +198,7 @@ x=CURLOPT_VERBOSE;
|
||||||
|
|
||||||
# We don't have --protocols, so just assume that all
|
# We don't have --protocols, so just assume that all
|
||||||
# protocols are available
|
# protocols are available
|
||||||
_libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP
|
_libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
|
||||||
|
|
||||||
if test x$libcurl_feature_SSL = xyes ; then
|
if test x$libcurl_feature_SSL = xyes ; then
|
||||||
_libcurl_protocols="$_libcurl_protocols HTTPS"
|
_libcurl_protocols="$_libcurl_protocols HTTPS"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user