diff options
author | Keith Packard <keithp@keithp.com> | 2004-05-29 19:36:32 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-05-29 19:36:32 +0000 |
commit | d81271eb21db058d0e816044874b3a8b88439e82 (patch) | |
tree | 3bed67e27150b819115a065689bb09288a4dd4ac /README | |
parent | ec0c740e392e6e05ae0fa204ebe191cbe27073cf (diff) |
Update for 2.2.95
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,14 @@ Fontconfig Font configuration and customization library - Version 2.2.94 - 2004-4-23 + Version 2.2.95 + 2004-5-29 + +2.2.95 + +Add FcResultOutOfMemory so FcFontSetMatch can return accurate error. + +Replace MIN/MAX/ABS macros which happened to be in old FreeType releases +with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig. 2.2.94 |