# HG changeset patch # User masneyb # Date 1042300141 0 # Node ID fc06dbca0bae8a8fbe72f070335dcf717096ca0e # Parent 6df043359b4105c04bcbccda4aaba0b4d56ac7be forgot to include with last commit diff -r 6df043359b41 -r fc06dbca0bae ChangeLog --- a/ChangeLog Sat Jan 11 15:47:09 2003 +0000 +++ b/ChangeLog Sat Jan 11 15:49:01 2003 +0000 @@ -1,3 +1,36 @@ +2003-1-11 Brian Masney + * autogen.sh - removed --intl and --no-changelog flags to gettextize + + * aclocal.m4 - updated + + * configure.in - and intl and po directories to AC_OUTPUT + + * cvsclean - remove more stuff + + * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark + function + + * lib/cache.c - remove gftp_cache_get_url_prefix(). Use + request->url_prefix instead + + * lib/config_file.c - use proper exit codes. Also complain if the + default protocol specified in the config file is invalid + + * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, + issocket and isfifo in struct gftp_file (not used anymore) + + * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) + + * lib/local.c lib/misc.c lib/protocols.c - various small cleanups + + * lib/misc.c (string_hash_function) - check key[i] instead of key[0] + + * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() + + * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set + request->url_prefix to be ftp. Added rfc2068_destroy() to free + url_prefix whenever the structure is to be freed + 2002-12-29 Brian Masney * lib/gftp.h - don't include sys/sysmacros.h @@ -414,7 +447,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.51 2002/12/30 01:32:18 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.52 2003/01/11 15:49:01 masneyb Exp $ tags * debian/* - updated files from Debian maintainer