Mercurial > gftp.yaz
diff ChangeLog @ 783:6f766002bff2
2006-7-21 Brian Masney <masneyb@gftp.org>
* src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol
dropdown when some protocols are disabled (from
Aurelien Jarno <aurelien@aurel32.net>) (closes #348177)
* src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use
pause(). This causes a problem on systems that use NPTL. Use nanosleep()
instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883)
author | masneyb |
---|---|
date | Fri, 21 Jul 2006 13:17:33 +0000 |
parents | 1f822f137e19 |
children | 6cfc7104e23b |
line wrap: on
line diff
--- a/ChangeLog Fri Jul 21 08:05:48 2006 +0000 +++ b/ChangeLog Fri Jul 21 13:17:33 2006 +0000 @@ -1,3 +1,12 @@ +2006-7-21 Brian Masney <masneyb@gftp.org> + * src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol + dropdown when some protocols are disabled (from + Aurelien Jarno <aurelien@aurel32.net>) (closes #348177) + + * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use + pause(). This causes a problem on systems that use NPTL. Use nanosleep() + instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883) + 2006-7-20 Brian Masney <masneyb@gftp.org> * configure.in - added configure check for fsplib. Also, removed intl/Makefile and po/Makefile.in from AC_OUTPUT() @@ -11,7 +20,7 @@ added more pixmaps to CVS * lib/misc.c (gftp_copy_request) - updated patch that makes sure the - request->hostp structure is copied properly (from (from Aurelien Jarno + request->hostp structure is copied properly (from Aurelien Jarno <aurelien@aurel32.net>) (closes #314626) * src/gtk/transfer.c (check_done_process) - make sure the temporary @@ -3469,7 +3478,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.453 2006/07/20 10:22:16 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.454 2006/07/21 13:17:32 masneyb Exp $ tags * debian/* - updated files from Debian maintainer