Mercurial > gftp.yaz
comparison ChangeLog @ 900:1e44c7b7f41b
2007-3-22 Brian Masney <masneyb@gftp.org>
* configure.in - updated to use automake 1.9.
* cvsclean - remove more files when cleaning up the directory.
* po/he.po - removed string that gettext was complaining about.
author | masneyb |
---|---|
date | Sat, 24 Mar 2007 01:32:03 +0000 |
parents | f716c8dbeaff |
children | 8687b10a0411 |
comparison
equal
deleted
inserted
replaced
899:f716c8dbeaff | 900:1e44c7b7f41b |
---|---|
1 2007-3-22 Brian Masney <masneyb@gftp.org> | 1 2007-3-22 Brian Masney <masneyb@gftp.org> |
2 * configure.in - updated to use automake 1.9. | |
3 | |
4 * cvsclean - remove more files when cleaning up the directory. | |
5 | |
6 * po/he.po - removed string that gettext was complaining about. | |
7 | |
2 * lib/gftp.h lib/protocols.c - fixed two remaining codepage related | 8 * lib/gftp.h lib/protocols.c - fixed two remaining codepage related |
3 issues: i) The first was a problem parsing the remote_charsets option. | 9 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 | 10 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. | 11 and remote side. Each side now has their own IConv structure. |
6 (from Alexander Orlov <alxorlov@pochta.ru>) | 12 (from Alexander Orlov <alxorlov@pochta.ru>) |