]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Update version to 2.2.3 Add release comments to INSTALL
[fontconfig.git] / ChangeLog
index 9f301f8f7c916ec5c3c08ac68ba03f15fa8761b5..ead1c67999d78de06b80ab2dc46ec206ba876e42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update version to 2.2.3
+       Add release comments to INSTALL
+
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       Provided by: Lubos Lunak <l.lunak@suse.cz>
+
+       * src/fccfg.c: (FcConfigUptoDate):
+       However FcConfigUptoDate() doesn't seem to work. See the attached
+       patch.  First there's an obvious misplaced parenthesis making it
+       return always false, and second, even this call fails to detect font
+       changes (e.g.  adding a new font to 
+       /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
+       well. The problem seems to be triggered by my fonts.conf specifying
+       only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
+       doesn't include subdirs, unlike config->fontDirs.
+
+2004-04-07  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       Add AM_MAINTAINER_MODE
+
 2004-03-30  Keith Packard  <keithp@keithp.com>
 
        * configure.in: