Mercurial > gftp.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
252:9db114fe50c6 | 253:a46c2eef5139 |
---|---|
1 2003-8-11 Brian Masney <masneyb@gftp.org> | |
2 * src/gtk/delete_dialog.c - don't attempt to clear the cache for the | |
3 protocols that have the cache disabled | |
4 | |
5 * lib/local.c (local_chdir) - if request->directory == directory, | |
6 don't free the request->directory and run getcwd(). This fixes a double | |
7 free in the delete dialog in the GTK+ port | |
8 | |
9 * lib/gftp.h - added FIXME comment | |
10 | |
11 * lib/cache.c (gftp_delete_cache_entry) - added assertion | |
12 | |
1 2003-8-7 Brian Masney <masneyb@gftp.org> | 13 2003-8-7 Brian Masney <masneyb@gftp.org> |
2 * configure.in - HPUX fix | 14 * configure.in - HPUX fix |
3 | 15 |
4 * debian/changelog - incremented version | 16 * debian/changelog - incremented version |
5 | 17 |
1452 | 1464 |
1453 * configure.in - link in gthread | 1465 * configure.in - link in gthread |
1454 | 1466 |
1455 * cvsclean - added this script | 1467 * cvsclean - added this script |
1456 | 1468 |
1457 * *.[ch] - added $Id: ChangeLog,v 1.131 2003/08/08 02:43:24 masneyb Exp $ tags | 1469 * *.[ch] - added $Id: ChangeLog,v 1.132 2003/08/12 00:04:36 masneyb Exp $ tags |
1458 | 1470 |
1459 * debian/* - updated files from Debian maintainer | 1471 * debian/* - updated files from Debian maintainer |
1460 | 1472 |
1461 2002-10-03 Brian Masney <masneyb@gftp.org> | 1473 2002-10-03 Brian Masney <masneyb@gftp.org> |
1462 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 1474 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |