diff options
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 4b9e6124..94364812 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,11 @@ +2005-07-12 Marcus Brinkmann <marcus@gnu.org> + + * magic.c (magic_getroot): Deallocate DOTDOT if processing here. + (magic_open): Do not allocate and deallocate DOTDOT, just consume + the reference given to us. + (magic_peropen_destroy): New function. + (main): If in directory mode, install magic_peropen_destroy hook. + 2003-08-17 Marcus Brinkmann <marcus@gnu.org> * fakeroot.c: Include <stddef.h>. |