diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:30:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:30:31 +0000 |
commit | b7d92c3e031ca54987735ade2f5c8294fcd0d14f (patch) | |
tree | 1808f0ae2a215f4595099bc63f5a261fe0366754 /CHANGES | |
parent | 4ecf9394521469b34727d4fb2af2ef38c9e57f87 (diff) |
--protocols, license, src/config.h.in
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -7,6 +7,24 @@ Changelog +Daniel (25 December 2004) +- Removed src/config.h.in from CVS, it is now copied from the (generated) + lib/config.h.in instead, as they can very well be the same. This removes a + "manual hassle". You may want to re-run buildconf now. + +- Werner Koch filed Debian bug report #286794, mentioning that curl contained + non-free (by Debian's view) source code. This was Angus Mackay's + src/getpass.c source code. I tried to contact him about it to quickly solve + this issue, but his email addresses bounce and I got some time "over" and + reimplemented the functionality once brought by Angus. We no longer use any + of Angus' original code and the new function is much simpler (IMO). Issue + solved. + +Daniel (24 December 2004) +- David Shaw added --protocols to curl-config, so that it now lists all + protocols libcurl was built to support. --feature no longer lists disabled + protocols. + Daniel (23 December 2004) - David Shaw fixed the configure --disable-[protocol] variables so that curl-config --feature now works correctly! @@ -25,6 +43,7 @@ Daniel (21 December 2004) - Fixed lib/select.c include order to build fine on FreeBSD - Fixed failf()'s reuse of the va_list variable that crashed on FreeBSD. + Pointed out by Peter Pentchev. Version 7.12.3 (20 December 2004) |