comparison ChangeLog @ 899:f716c8dbeaff

2007-3-22 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c - fixed two remaining codepage related issues: i) The first was a problem parsing the remote_charsets option. ii) The second was the same IConv structure being used for the local and remote side. Each side now has their own IConv structure. (from Alexander Orlov <alxorlov@pochta.ru>)
author masneyb
date Thu, 22 Mar 2007 22:11:27 +0000
parents 5b7b1d5ac06e
children 1e44c7b7f41b
comparison
equal deleted inserted replaced
898:a5ca449ea12a 899:f716c8dbeaff
1 2007-3-22 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/protocols.c - fixed two remaining codepage related
3 issues: i) The first was a problem parsing the remote_charsets option.
4 ii) The second was the same IConv structure being used for the local
5 and remote side. Each side now has their own IConv structure.
6 (from Alexander Orlov <alxorlov@pochta.ru>)
7
1 2007-3-15 Brian Masney <masneyb@gftp.org> 8 2007-3-15 Brian Masney <masneyb@gftp.org>
2 * Makefile.am configure.in - fixes so that automake 1.9 can be used. 9 * Makefile.am configure.in - fixes so that automake 1.9 can be used.
3 10
4 * lib/sshv2.c lib/gftp.h lib/rfc959.c lib/protocols.c lib/fsp.c 11 * lib/sshv2.c lib/gftp.h lib/rfc959.c lib/protocols.c lib/fsp.c
5 lib/local.c lib/rfc2068.c src/uicommon/gftpui.c - removed fd argument 12 lib/local.c lib/rfc2068.c src/uicommon/gftpui.c - removed fd argument