comparison ChangeLog @ 843:32dbed7e0dc4

2006-11-2 Brian Masney <masneyb@gftp.org> * lib/local.c lib/misc.c lib/sshv2.c - more improvements to make sure that the filename is encoded in the proper character set.
author masneyb
date Fri, 03 Nov 2006 02:35:47 +0000
parents 0d6fba16c7db
children 1ece208d1357
comparison
equal deleted inserted replaced
842:0d6fba16c7db 843:32dbed7e0dc4
1 2006-11-2 Brian Masney <masneyb@gftp.org> 1 2006-11-2 Brian Masney <masneyb@gftp.org>
2 * lib/local.c lib/misc.c lib/sshv2.c - more improvements to make sure
3 that the filename is encoded in the proper character set.
4
2 * lib/gftp.h lib/protocols.c - added _do_convert_string(), which is 5 * lib/gftp.h lib/protocols.c - added _do_convert_string(), which is
3 the common code that was in gftp_string_to_utf8() and 6 the common code that was in gftp_string_to_utf8() and
4 gftp_string_from_utf8(). 7 gftp_string_from_utf8().
5 8
6 * lib/local.c (local_chdir) - fixed double free of the utf8 variable. 9 * lib/local.c (local_chdir) - fixed double free of the utf8 variable.
3675 3678
3676 * configure.in - link in gthread 3679 * configure.in - link in gthread
3677 3680
3678 * cvsclean - added this script 3681 * cvsclean - added this script
3679 3682
3680 * *.[ch] - added $Id: ChangeLog,v 1.492 2006/11/03 02:01:16 masneyb Exp $ tags 3683 * *.[ch] - added $Id: ChangeLog,v 1.493 2006/11/03 02:35:46 masneyb Exp $ tags
3681 3684
3682 * debian/* - updated files from Debian maintainer 3685 * debian/* - updated files from Debian maintainer
3683 3686
3684 2002-10-03 Brian Masney <masneyb@gftp.org> 3687 2002-10-03 Brian Masney <masneyb@gftp.org>
3685 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3688 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)