comparison ChangeLog @ 88:fc06dbca0bae

forgot to include with last commit
author masneyb
date Sat, 11 Jan 2003 15:49:01 +0000
parents 759c7d019a89
children 8c37d73d3f1f
comparison
equal deleted inserted replaced
87:6df043359b41 88:fc06dbca0bae
1 2003-1-11 Brian Masney <masneyb@gftp.org>
2 * autogen.sh - removed --intl and --no-changelog flags to gettextize
3
4 * aclocal.m4 - updated
5
6 * configure.in - and intl and po directories to AC_OUTPUT
7
8 * cvsclean - remove more stuff
9
10 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark
11 function
12
13 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use
14 request->url_prefix instead
15
16 * lib/config_file.c - use proper exit codes. Also complain if the
17 default protocol specified in the config file is invalid
18
19 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar,
20 issocket and isfifo in struct gftp_file (not used anymore)
21
22 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore)
23
24 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups
25
26 * lib/misc.c (string_hash_function) - check key[i] instead of key[0]
27
28 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark()
29
30 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set
31 request->url_prefix to be ftp. Added rfc2068_destroy() to free
32 url_prefix whenever the structure is to be freed
33
1 2002-12-29 Brian Masney <masneyb@gftp.org> 34 2002-12-29 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h - don't include sys/sysmacros.h 35 * lib/gftp.h - don't include sys/sysmacros.h
3 36
4 * src/gtk/transfer.c - more GFTP_EFATAL checks 37 * src/gtk/transfer.c - more GFTP_EFATAL checks
5 38
412 445
413 * configure.in - link in gthread 446 * configure.in - link in gthread
414 447
415 * cvsclean - added this script 448 * cvsclean - added this script
416 449
417 * *.[ch] - added $Id: ChangeLog,v 1.51 2002/12/30 01:32:18 masneyb Exp $ tags 450 * *.[ch] - added $Id: ChangeLog,v 1.52 2003/01/11 15:49:01 masneyb Exp $ tags
418 451
419 * debian/* - updated files from Debian maintainer 452 * debian/* - updated files from Debian maintainer
420 453
421 2002-10-03 Brian Masney <masneyb@gftp.org> 454 2002-10-03 Brian Masney <masneyb@gftp.org>
422 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 455 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)