comparison ChangeLog @ 853:e30271d47353

2006-11-16 Brian Masney <masneyb@gftp.org> * docs/gftp-faq.sgml - added FAQ entry on how to transfer HTML files in binary mode using the FTP protocol. * docs/website/screenshots.html - updated this webpage
author masneyb
date Fri, 17 Nov 2006 02:45:06 +0000
parents 5e3005923374
children 2c94567f9a53
comparison
equal deleted inserted replaced
852:5e3005923374 853:e30271d47353
1 2006-11-16 Brian Masney <masneyb@gftp.org> 1 2006-11-16 Brian Masney <masneyb@gftp.org>
2 * docs/gftp-faq.sgml - added FAQ entry on how to transfer HTML files in
3 binary mode using the FTP protocol.
4
5 * docs/website/screenshots.html - updated this webpage
6
2 * lib/gftp.h lib/protocols.c lib/local.c - added support for detecting 7 * lib/gftp.h lib/protocols.c lib/local.c - added support for detecting
3 recursive symbolic links. This currently only works when uploading 8 recursive symbolic links. This currently only works when uploading
4 files. It will only work when downloading files if the inode and device 9 files. It will only work when downloading files if the inode and device
5 are properly populated. I need to check but it may be possible to get 10 are properly populated. I need to check but it may be possible to get
6 this information from the SSH and FSP protocols. (closes #172499) 11 this information from the SSH and FSP protocols. (closes #172499)
3722 3727
3723 * configure.in - link in gthread 3728 * configure.in - link in gthread
3724 3729
3725 * cvsclean - added this script 3730 * cvsclean - added this script
3726 3731
3727 * *.[ch] - added $Id: ChangeLog,v 1.501 2006/11/17 02:24:03 masneyb Exp $ tags 3732 * *.[ch] - added $Id: ChangeLog,v 1.502 2006/11/17 02:45:03 masneyb Exp $ tags
3728 3733
3729 * debian/* - updated files from Debian maintainer 3734 * debian/* - updated files from Debian maintainer
3730 3735
3731 2002-10-03 Brian Masney <masneyb@gftp.org> 3736 2002-10-03 Brian Masney <masneyb@gftp.org>
3732 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3737 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)