comparison ChangeLog @ 922:c127065adc06

2007-5-4 Brian Masney <masneyb@gftp.org> * lib/protocols.c (_gftp_get_next_charset) - fixed problem when multiple character sets are specified in the remote_charsets variable. (from Shixin Zeng) (partially closes #156371)
author masneyb
date Fri, 04 May 2007 11:25:10 +0000
parents b099517df21a
children 70b7e6663a05
comparison
equal deleted inserted replaced
921:b099517df21a 922:c127065adc06
1 2007-5-4 Brian Masney <masneyb@gftp.org> 1 2007-5-4 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (_gftp_get_next_charset) - fixed problem when multiple
3 character sets are specified in the remote_charsets variable.
4 (from Shixin Zeng) (partially closes #156371)
5
2 * lib/protocols.c (_do_convert_string) - added two missing continue 6 * lib/protocols.c (_do_convert_string) - added two missing continue
3 statements. This fixes a problem converting the string to a different 7 statements. This fixes a problem converting the string to a different
4 character set. (from Shixin Zeng) (partially closes #156371) 8 character set. (from Shixin Zeng) (partially closes #156371)
5 9
6 2007-4-26 Brian Masney <masneyb@gftp.org> 10 2007-4-26 Brian Masney <masneyb@gftp.org>