diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:45:19 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:49:09 -0500 |
commit | 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a (patch) | |
tree | 5ff43b00245dab1e0a3968272917a1dbf9d15a1f /README | |
parent | 2e44cbe1b9bf466718167e9e05077743df36ab21 (diff) |
Bump version to 2.8.02.8.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -1,12 +1,40 @@ Fontconfig Font configuration and customization library - Version 2.7.3 - 2009-09-08 + Version 2.8 + 2009-11-18 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.8 + +Behdad Esfahbod (24): + Clarify default confdir and cachedir better. + Move FcAlign to fcint.h + [fc-arch] Add FcAlign to arch signature + [int] Define MIN/MAX/ABS macros + Bump cache version up from 2 to 3 and fix FcLangSet caching/crash + Remove unused macros + [int] Remove fc_storage_type() in favor of direct access to v->type + [int] Remove fc_value_* macros that did nothing other than renaming + Enable automake silent rules + [int] Remove more unused macros + [xml] Remove unused code + [arch] Try to ensure proper FcLangSet alignment in arch + [lang] Fix serializing LangSet from older versions + Make sure fclang.h and fcarch.h are built + Remove bogus comment + [fc-glyphname] Cleanup Makefile.am + [src] Create fcglyphname.h automatically + [fc-glyphname] Rename internal arrays to prefix with _fc_ + Clean up Makefile's a bit + [fc-glyphname] Remove Adobe glyphlist + [fc-case] Update CaseFolding.txt to Unicode 5.2.0 + [fc-arch] Beautify the arch template + [fc-arch] Rename architecture names to better reflect what they are + Bump libtool revision in preparation for release + 2.7.3 Behdad Esfahbod (2): |