comparison ChangeLog @ 854:2c94567f9a53

2006-11-16 Brian Masney <masneyb@gftp.org> * lib/config_file.c (write_comment) - added patch that fixes writing the comments to the config file. In some cases, an extra # was placed at the beginning of a line. It could cause some settings to be not processed. (closes #339029) (from Morita Sho <bugreport_01@morita-inc.co.jp>)
author masneyb
date Fri, 17 Nov 2006 02:50:34 +0000
parents e30271d47353
children 30eaf54a63f7
comparison
equal deleted inserted replaced
853:e30271d47353 854:2c94567f9a53
1 2006-11-16 Brian Masney <masneyb@gftp.org> 1 2006-11-16 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c (write_comment) - added patch that fixes writing
3 the comments to the config file. In some cases, an extra # was placed
4 at the beginning of a line. It could cause some settings to be not
5 processed. (closes #339029)
6 (from Morita Sho <bugreport_01@morita-inc.co.jp>)
7
2 * docs/gftp-faq.sgml - added FAQ entry on how to transfer HTML files in 8 * docs/gftp-faq.sgml - added FAQ entry on how to transfer HTML files in
3 binary mode using the FTP protocol. 9 binary mode using the FTP protocol.
4 10
5 * docs/website/screenshots.html - updated this webpage 11 * docs/website/screenshots.html - updated this webpage
6 12
3727 3733
3728 * configure.in - link in gthread 3734 * configure.in - link in gthread
3729 3735
3730 * cvsclean - added this script 3736 * cvsclean - added this script
3731 3737
3732 * *.[ch] - added $Id: ChangeLog,v 1.502 2006/11/17 02:45:03 masneyb Exp $ tags 3738 * *.[ch] - added $Id: ChangeLog,v 1.503 2006/11/17 02:50:32 masneyb Exp $ tags
3733 3739
3734 * debian/* - updated files from Debian maintainer 3740 * debian/* - updated files from Debian maintainer
3735 3741
3736 2002-10-03 Brian Masney <masneyb@gftp.org> 3742 2002-10-03 Brian Masney <masneyb@gftp.org>
3737 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3743 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)