From: Daniel Stenberg Date: Mon, 5 Nov 2001 14:11:19 +0000 (+0000) Subject: Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changes X-Git-Tag: curl-7_9_2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4379142af7d2226a02b55e957c8146c5e531ea3e;p=curl Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changes --- diff --git a/CHANGES b/CHANGES index 9f4a52ce2..edf9d586d 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,17 @@ History of Changes +Daniel (5 November 2001) +- Detlef Schmier reported that curl didn't compile using Solaris 8 with the + native cc compiler. It was due to a bad function prototype. Fixed now. + Unfortunately, I can't enable the -Wstrict-prototypes in my debug builds + though, as gcc then complains like crazy on OpenSSL include files... :-( + +- John Lask provided SSL over HTTP proxy fixes. + +- Ramana Mokkapati brought some clever insights on the LDAP failures, and his + suggested changes are now applied. + Version 7.9.1 Daniel (4 November 2001)