Mercurial > gftp.yaz
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 22 14:51:10 2007 +0000 +++ b/ChangeLog Thu Mar 22 22:11:27 2007 +0000 @@ -1,3 +1,10 @@ +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>) + 2007-3-15 Brian Masney <masneyb@gftp.org> * Makefile.am configure.in - fixes so that automake 1.9 can be used.