Mercurial > gftp.yaz
diff ChangeLog @ 541:e46278e7ef1d
2004-8-21 Brian Masney <masneyb@gftp.org>
* lib/rfc959.c lib/ftpcommon.h - added internal option to quote
the filename in the SITE command. This is only enabled for servers
that return UNIX in the SYST output. It is disabled if it is a BSD
based FTP server
* lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings
through gettext so that logins will work properly for non-english
users
* lib/pty.c (gftp_exec) - redirect STDERR of the child process to the
opened pty so that stderr is shown properly in the log window
author | masneyb |
---|---|
date | Sat, 21 Aug 2004 14:40:41 +0000 |
parents | ee182b8d1a54 |
children | fd9ce7797984 |
line wrap: on
line diff
--- a/ChangeLog Fri Aug 20 16:46:22 2004 +0000 +++ b/ChangeLog Sat Aug 21 14:40:41 2004 +0000 @@ -1,3 +1,16 @@ +2004-8-21 Brian Masney <masneyb@gftp.org> + * lib/rfc959.c lib/ftpcommon.h - added internal option to quote + the filename in the SITE command. This is only enabled for servers + that return UNIX in the SYST output. It is disabled if it is a BSD + based FTP server + + * lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings + through gettext so that logins will work properly for non-english + users + + * lib/pty.c (gftp_exec) - redirect STDERR of the child process to the + opened pty so that stderr is shown properly in the log window + 2004-8-17 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - renamed read_buffer in sshv2_params to transfer_buffer. In sshv2_put_next_file_chunk(), dynamically allocate @@ -2761,7 +2774,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.312 2004/08/18 04:11:26 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.313 2004/08/21 14:40:41 masneyb Exp $ tags * debian/* - updated files from Debian maintainer