Mercurial > gftp.yaz
diff ChangeLog @ 832:f2772ac00751
2006-10-19 Brian Masney <masneyb@gftp.org>
WARNING: The CVS version of gFTP is currently broken, especially for
international users. This will be fixed in a few days.
* lib/fsp.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c
lib/rfc959.c lib/sshv2.c - added use_local_encoding variable to the
gftp_request structure. This will determine if the filename should
be converted to the local or remote character set.
| author | masneyb |
|---|---|
| date | Thu, 19 Oct 2006 12:39:44 +0000 |
| parents | 739462d1bfb5 |
| children | 57aad6d4b304 |
line wrap: on
line diff
--- a/ChangeLog Thu Oct 19 12:32:11 2006 +0000 +++ b/ChangeLog Thu Oct 19 12:39:44 2006 +0000 @@ -2,6 +2,11 @@ WARNING: The CVS version of gFTP is currently broken, especially for international users. This will be fixed in a few days. + * lib/fsp.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c + lib/rfc959.c lib/sshv2.c - added use_local_encoding variable to the + gftp_request structure. This will determine if the filename should + be converted to the local or remote character set. + * lib/local.c - convert the file or directory to the proper locale * src/gtk/gtkui.c src/gtk/gtkui_transfer.c src/gtk/misc-gtk.c lib/gftp.h @@ -3651,7 +3656,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.486 2006/10/19 12:32:10 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.487 2006/10/19 12:39:43 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
