diff options
author | Keith Packard <keithp@keithp.com> | 2004-04-14 18:08:41 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-04-14 18:08:41 +0000 |
commit | 6ae6acf3178d7dd10e2326f6833d25970e530f61 (patch) | |
tree | bfae5a114a434b0aa0931ab63aeb90598b37ba95 /README | |
parent | 89e28590f3c85f302dcc5c611e7b9fa906e0ec07 (diff) |
Add instructions for doing a releasefc-2_2_93
clean up .spec file; perhaps this will be useful to somebody...
Update to 2.2.93
Make 'scanopen' static so GCC doesn't whine about lacking prototype
Add WARN_CFLAGS to pass -W flags for GCC systems
Change various char types around to match across function calls. Fixed bug
in using available_sizes[i].height which is in pixels, not 64ths of a
pixel.
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,7 +1,30 @@ Fontconfig Font configuration and customization library - Version 2.2 - 2003-3-1 + Version 2.2.92 + 2004-2-19 + +2.2.93 + +This is the third prerelease of fontconfig 2.3. Significant changes from +2.2.92 are: + + o Use new FreeType #include syntax + o use y_ppem field instead of 'height' in bitmap sizes rec - + FreeType changed the semantics. Still uses height for + older versions of FreeType + o Don't construct program manuals unless docbook is available + +2.2.92 + + o make distcheck work + +2.2.91 + + o Switch to SGML manuals + o Add FC_DUAL width spacing value + o Add FcFini to close out fontconfig and release all memory + +2.2 This is the third public release of fontconfig, a font configuration and customization library. Fontconfig is designed to locate fonts within the |