diff ChangeLog @ 253:a46c2eef5139

2003-8-11 Brian Masney <masneyb@gftp.org> * src/gtk/delete_dialog.c - don't attempt to clear the cache for the protocols that have the cache disabled * lib/local.c (local_chdir) - if request->directory == directory, don't free the request->directory and run getcwd(). This fixes a double free in the delete dialog in the GTK+ port * lib/gftp.h - added FIXME comment * lib/cache.c (gftp_delete_cache_entry) - added assertion
author masneyb
date Tue, 12 Aug 2003 00:04:37 +0000
parents 62bc15fc5b34
children b0c531678919
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 09 05:44:36 2003 +0000
+++ b/ChangeLog	Tue Aug 12 00:04:37 2003 +0000
@@ -1,3 +1,15 @@
+2003-8-11 Brian Masney <masneyb@gftp.org>
+	* src/gtk/delete_dialog.c - don't attempt to clear the cache for the
+	protocols that have the cache disabled
+
+	* lib/local.c (local_chdir) - if request->directory == directory,
+	don't free the request->directory and run getcwd(). This fixes a double
+	free in the delete dialog in the GTK+ port
+
+	* lib/gftp.h - added FIXME comment
+
+	* lib/cache.c (gftp_delete_cache_entry) - added assertion
+
 2003-8-7 Brian Masney <masneyb@gftp.org>
 	* configure.in - HPUX fix
 
@@ -1454,7 +1466,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.131 2003/08/08 02:43:24 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.132 2003/08/12 00:04:36 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer