diff ChangeLog @ 862:885038cb945b

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted, get the file size of the destination file. This is so that the file is restarted at the proper position (closes #160239). (_gftpui_common_do_transfer_file) - split this function into a smaller function: _do_transfer_block(). * src/gtk/transfer.c - removed debugging statement
author masneyb
date Sat, 23 Dec 2006 16:12:21 +0000
parents 10e2ce91e26c
children 9f10d3c835cb
line wrap: on
line diff
--- a/ChangeLog	Sat Dec 23 15:56:22 2006 +0000
+++ b/ChangeLog	Sat Dec 23 16:12:21 2006 +0000
@@ -1,4 +1,12 @@
 2006-11-30 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted,
+	get the file size of the destination file. This is so that the file is 
+	restarted at the proper position (closes #160239). 
+	(_gftpui_common_do_transfer_file) - split this function into a smaller
+	function: _do_transfer_block().
+
+	* src/gtk/transfer.c - removed debugging statement
+
 	* lib/rfc959.c lib/sshv2.c src/uicommon/gftpui.c - don't abort the
 	entire file transfer if there is a permission denied at some point
 	during the file transfer. Give the user an error at the very end if
@@ -3745,7 +3753,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.505 2006/12/01 00:57:49 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.506 2006/12/23 16:12:17 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer