diff options
author | Keith Packard <keithp@keithp.com> | 2005-03-01 20:48:36 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-03-01 20:48:36 +0000 |
commit | 4afc00ca02bb3f49fe214463e0f194486f438b70 (patch) | |
tree | 61bce3347b06d1a5cba252f827864f0c7ae16acb /README | |
parent | 0c009d2b6df523bba7a10ad148287bed2df9ebd6 (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,11 +1,21 @@ Fontconfig Font configuration and customization library - Version 2.2.99 - 2005-1-28 + Version 2.3.0 + 2005-3-1 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.3.0 + +Fix memory leak of patterns rejected by configuration (#2518) + +Create prototype /etc/fonts/conf.d directory and populate it with a few +sample files. These samples are unused as the file names don't start with +numbers. + +Update documentation. + 2.2.99 Verify cache for FC_FILE and FC_FAMILY in every entry (#2219) |