comparison ChangeLog @ 746:1b28a63d125a

2006-5-14 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_get_file) - use SSH_FXF_READ instead of SSH_FXP_OPEN to open the file. This ensures the file can be downloaded even if the user doesn't have write access to the file. (from Owen Roberts <owen.roberts@sun.com>) (closes #301106)
author masneyb
date Sun, 14 May 2006 17:26:56 +0000
parents f3d499134cf7
children c8e09269c3e1
comparison
equal deleted inserted replaced
745:f3d499134cf7 746:1b28a63d125a
1 2006-5-14 Brian Masney <masneyb@gftp.org> 1 2006-5-14 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c (sshv2_get_file) - use SSH_FXF_READ instead of
3 SSH_FXP_OPEN to open the file. This ensures the file can be downloaded
4 even if the user doesn't have write access to the file.
5 (from Owen Roberts <owen.roberts@sun.com>) (closes #301106)
6
2 * docs/sample.gftp/bookmarks - added Mandriva bookmarks 7 * docs/sample.gftp/bookmarks - added Mandriva bookmarks
3 (from mpol@gmx.net) (closes #322942) 8 (from mpol@gmx.net) (closes #322942)
4 9
5 * docs/gftp.1 - fixed typo in man page (from Aurelien Jarno 10 * docs/gftp.1 - fixed typo in man page (from Aurelien Jarno
6 <aurelien@aurel32.net>) (closes #300721) 11 <aurelien@aurel32.net>) (closes #300721)
3353 3358
3354 * configure.in - link in gthread 3359 * configure.in - link in gthread
3355 3360
3356 * cvsclean - added this script 3361 * cvsclean - added this script
3357 3362
3358 * *.[ch] - added $Id: ChangeLog,v 1.425 2006/05/14 17:18:12 masneyb Exp $ tags 3363 * *.[ch] - added $Id: ChangeLog,v 1.426 2006/05/14 17:26:56 masneyb Exp $ tags
3359 3364
3360 * debian/* - updated files from Debian maintainer 3365 * debian/* - updated files from Debian maintainer
3361 3366
3362 2002-10-03 Brian Masney <masneyb@gftp.org> 3367 2002-10-03 Brian Masney <masneyb@gftp.org>
3363 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3368 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)