comparison ChangeLog @ 114:fe36ed90aedd

2003-2-23 Brian Masney <masneyb@gftp.org> * lib/cache.c - added function gftp_parse_cache_entry(). Save request->server_type (output of SYST in FTP command) to the directory entry * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 macro should automatically add this to the LIBS variable
author masneyb
date Mon, 24 Feb 2003 02:47:58 +0000
parents b83715e9535c
children 32cbf51617fb
comparison
equal deleted inserted replaced
113:b83715e9535c 114:fe36ed90aedd
1 2003-2-23 Brian Masney <masneyb@gftp.org> 1 2003-2-23 Brian Masney <masneyb@gftp.org>
2 * lib/cache.c - added function gftp_parse_cache_entry(). Save
3 request->server_type (output of SYST in FTP command) to the directory
4 entry
5
6 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly
7
8 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4
9 macro should automatically add this to the LIBS variable
10
2 * acinclude.m4 - put largefile.m4 in here 11 * acinclude.m4 - put largefile.m4 in here
3 12
4 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> 13 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com>
5 * configure.in: Added Catalan (ca) to ALL_LINGUAS 14 * configure.in: Added Catalan (ca) to ALL_LINGUAS
6 15
500 509
501 * configure.in - link in gthread 510 * configure.in - link in gthread
502 511
503 * cvsclean - added this script 512 * cvsclean - added this script
504 513
505 * *.[ch] - added $Id: ChangeLog,v 1.61 2003/02/24 02:22:49 masneyb Exp $ tags 514 * *.[ch] - added $Id: ChangeLog,v 1.62 2003/02/24 02:47:57 masneyb Exp $ tags
506 515
507 * debian/* - updated files from Debian maintainer 516 * debian/* - updated files from Debian maintainer
508 517
509 2002-10-03 Brian Masney <masneyb@gftp.org> 518 2002-10-03 Brian Masney <masneyb@gftp.org>
510 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 519 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)