mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
--disable-verbose".
This commit is contained in:
parent
f61cfc5931
commit
59227bf075
6
CHANGES
6
CHANGES
@ -6,6 +6,12 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel Stenberg (28 Dec 2008)
|
||||||
|
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
|
||||||
|
--disable-verbose".
|
||||||
|
|
||||||
|
- Anthony Bryan fixed more language and spelling flaws in man pages.
|
||||||
|
|
||||||
Daniel Stenberg (22 Dec 2008)
|
Daniel Stenberg (22 Dec 2008)
|
||||||
- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even
|
- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even
|
||||||
on file indexes beyond 2 or 4GB.
|
on file indexes beyond 2 or 4GB.
|
||||||
|
@ -38,6 +38,7 @@ This release includes the following bugfixes:
|
|||||||
yet
|
yet
|
||||||
o the multi_socket API and HTTP pipelining now work a lot better when combined
|
o the multi_socket API and HTTP pipelining now work a lot better when combined
|
||||||
o SFTP seek/resume beyond 32bit file sizes
|
o SFTP seek/resume beyond 32bit file sizes
|
||||||
|
o fixed breakage with --with-ssl --disable-verbose
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -49,6 +50,6 @@ advice from friends like these:
|
|||||||
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
|
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
|
||||||
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
|
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
|
||||||
Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat, Mark Karpeles,
|
Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat, Mark Karpeles,
|
||||||
Anthony Bryan
|
Anthony Bryan, Peter Korsgaard
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
@ -923,10 +923,6 @@ static int asn1_output(const ASN1_UTCTIME *tm,
|
|||||||
int i;
|
int i;
|
||||||
int year=0,month=0,day=0,hour=0,minute=0,second=0;
|
int year=0,month=0,day=0,hour=0,minute=0,second=0;
|
||||||
|
|
||||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
|
||||||
(void)prefix;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
i=tm->length;
|
i=tm->length;
|
||||||
asn1_string=(const char *)tm->data;
|
asn1_string=(const char *)tm->data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user