From: Daniel Stenberg Date: Mon, 19 Jan 2004 15:41:50 +0000 (+0000) Subject: two minor build quirks X-Git-Tag: curl-7_11_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44bc855450ca817de0d96a28b7972ff8a467529;p=thirdparty%2Fcurl.git two minor build quirks --- diff --git a/CHANGES b/CHANGES index 5edca62858..52bbf90d2d 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,12 @@ Changelog +Daniel (16 January 2004) +- Gisle Vanem fixed a few issues where compilers warned about variables + possibly being used unassigned. + +- Minor Interix build problem fixed. + Daniel (15 January 2004) - Peter Sylvester pointed out some necessary escaping needed in the acinclude.m4 file when automake 1.8 or later is used.