]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed by: plam
[fontconfig.git] / ChangeLog
index d18f21070f6a35306724810f321d56812389df92..d8e64040fe341b8e154c732f623ac39ec0a3d87b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2006-07-19  Jon Burgess  (jburgess@uklinux.net)
+        reviewed by: plam
+
+        * src/fccache.c (FcGlobalCacheDestroy):
+
+        Fix file-descriptor leak in FcGlobalCacheDestroy.
+
+2006-05-31  Yong Li  (rigel863@gmail.com)
+       reviewed by: plam, Bedhad Esfahbod
+
+        * src/ftglue.c (_hb_ftglue_face_goto_table): 
+
+       TrueType Collection table offsets are absolute, not relative.
+
+2006-04-27  Paolo Borelli  (pborelli@katamail.com)
+       reviewed by: plam
+       
+       * src/fcstr.c (FcStrCopy):
+
+       Make FcStrCopy slightly more efficient.
+
+2006-04-27  Patrick Lam         <plam@mit.edu>
+           Keith Packard  <keithp@keithp.com>
+       * src/fcstr.c (FcStrBufChar):
+
+       Reduce transient memory usage during config file parsing
+       by allocating smaller buffers (64 seems to be a magic number).
+       
 2006-04-27  Keith Packard  <keithp@keithp.com>
 
        * src/fcinit.c: (FcMemReport):
@@ -7,7 +35,6 @@
        Eliminate pattern freezing
 
 2006-04-27  Keith Packard  <keithp@keithp.com>
-
        reviewed by: Patrick Lam <plam@mit.edu>
 
        * src/fccache.c: (FcDirCacheUnlink), (FcDirCacheHashName),
        Bump cache magic.
        Don't include /fonts.cache-2 in cache hash construction.
 
-2006-04-26  Keith Packard  <keithp@keithp.com>
-
-       * src/fccache.c: (FcDirCacheUnlink), (FcDirCacheOpen),
-       (FcDirCacheWrite):
-       * src/fcfreetype.c: (FcFreeTypeQuery):
-       * src/fcint.h:
-       * src/fclist.c: (FcListAppend):
-       * src/fcmatch.c: (FcFontRenderPrepare):
-       * src/fcpat.c: (FcPatternDestroy), (FcPatternBaseFreeze),
-       (FcPatternFreeze), (FcPatternGet), (FcPatternDuplicate),
-       (FcStrUnserialize):
-
 2006-04-25  Patrick Lam         <plam@mit.edu>
        * ChangeLog:
        * README: