comparison ChangeLog @ 850:1c8d6b6b7950

2006-11-16 Brian Masney <masneyb@gftp.org> * lib/protocols.c - skip over the hidden files when doing a recursive transfer if the shown_hidden_files option is disabled. (closes #321573)
author masneyb
date Fri, 17 Nov 2006 01:20:58 +0000
parents 0cf4d8c46b82
children 83d39217749c
comparison
equal deleted inserted replaced
849:0cf4d8c46b82 850:1c8d6b6b7950
1 2006-11-16 Brian Masney <masneyb@gftp.org> 1 2006-11-16 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c - skip over the hidden files when doing a recursive
3 transfer if the shown_hidden_files option is disabled. (closes #321573)
4
2 * lib/sshv2.c (sshv2_initialize_string_with_path) - make sure the endpos 5 * lib/sshv2.c (sshv2_initialize_string_with_path) - make sure the endpos
3 variable is pointing to the position after the string. This fixes an 6 variable is pointing to the position after the string. This fixes an
4 issue with the current CVS code where files could not be transferred. 7 issue with the current CVS code where files could not be transferred.
5 (closes #371615) 8 (closes #371615)
6 9
3706 3709
3707 * configure.in - link in gthread 3710 * configure.in - link in gthread
3708 3711
3709 * cvsclean - added this script 3712 * cvsclean - added this script
3710 3713
3711 * *.[ch] - added $Id: ChangeLog,v 1.498 2006/11/17 00:44:38 masneyb Exp $ tags 3714 * *.[ch] - added $Id: ChangeLog,v 1.499 2006/11/17 01:20:57 masneyb Exp $ tags
3712 3715
3713 * debian/* - updated files from Debian maintainer 3716 * debian/* - updated files from Debian maintainer
3714 3717
3715 2002-10-03 Brian Masney <masneyb@gftp.org> 3718 2002-10-03 Brian Masney <masneyb@gftp.org>
3716 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3719 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)