Mercurial > gftp.yaz
comparison ChangeLog @ 777:f6a3f5677339
2006-7-19 Brian Masney <masneyb@gftp.org>
* lib/misc.c (gftp_copy_request) - fixes when doing an IPv6 transfer or
using ignore PASV address (from (from Aurelien Jarno
<aurelien@aurel32.net>) (closes #169671)
author | masneyb |
---|---|
date | Thu, 20 Jul 2006 02:37:45 +0000 |
parents | 26d6b4b53345 |
children | cf2a51deefd8 |
comparison
equal
deleted
inserted
replaced
776:26d6b4b53345 | 777:f6a3f5677339 |
---|---|
1 2006-7-19 Brian Masney <masneyb@gftp.org> | 1 2006-7-19 Brian Masney <masneyb@gftp.org> |
2 * lib/misc.c (gftp_copy_request) - fixes when doing an IPv6 transfer or | |
3 using ignore PASV address (from (from Aurelien Jarno | |
4 <aurelien@aurel32.net>) (closes #169671) | |
5 | |
2 * lib/protocols.c (gftp_get_all_subdirs) - make sure that the memory is | 6 * lib/protocols.c (gftp_get_all_subdirs) - make sure that the memory is |
3 properly allocated for the directory. This fixes a crash when stopping a | 7 properly allocated for the directory. This fixes a crash when stopping a |
4 file transfer (from Rob Wilkens <robwilkens@optonline.net>) | 8 file transfer (from Rob Wilkens <robwilkens@optonline.net>) |
5 (closes #303779) | 9 (closes #303779) |
6 | 10 |
3444 | 3448 |
3445 * configure.in - link in gthread | 3449 * configure.in - link in gthread |
3446 | 3450 |
3447 * cvsclean - added this script | 3451 * cvsclean - added this script |
3448 | 3452 |
3449 * *.[ch] - added $Id: ChangeLog,v 1.448 2006/07/20 02:32:57 masneyb Exp $ tags | 3453 * *.[ch] - added $Id: ChangeLog,v 1.449 2006/07/20 02:37:44 masneyb Exp $ tags |
3450 | 3454 |
3451 * debian/* - updated files from Debian maintainer | 3455 * debian/* - updated files from Debian maintainer |
3452 | 3456 |
3453 2002-10-03 Brian Masney <masneyb@gftp.org> | 3457 2002-10-03 Brian Masney <masneyb@gftp.org> |
3454 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 3458 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |