From b508f847d81b017e51446485a1b7fbc8591fdd98 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 15 Aug 2003 16:42:13 +0000 Subject: [PATCH] Made font cache loading safer against corrupted file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17484 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 91d9865..f4aea7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-08 Fred Kiefer + + * Source/xlib/XGFontManager.m + In load_cache() enclosed loading of archive in exception handling and + removed the writing of the archive previously done to update the format. + 2003-08-05 Martin Brecher * Tools/gpbs.1: Updated, fixed typos, added BUGS and HISTORY