diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-02-15 22:01:54 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-02-15 22:01:54 +0900 |
commit | 2fc42310cdc679bdc1f2f8f11ababad167c97fdd (patch) | |
tree | 7cda7b7f03c8754db2532a29448a32f5d73c93aa /README | |
parent | 147b083851bd5ba97a17de4496c484c9609a8f52 (diff) |
Bump version to 2.12.932.12.93
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,12 +1,44 @@ Fontconfig Font configuration and customization library - Version 2.12.92 (2.13 RC2) - 2018-01-04 + Version 2.12.93 (2.13 RC3) + 2018-02-15 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.12.93 (2.13 RC3) + +Akira TAGOH (12): + trivial fix + Add files to enable ITS support in gettext + Use the native ITS support in gettext + Remove POTFILES.in until new release of gettext is coming... + export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option + clean up + Do not add cflags and libs coming from pkg-config file. + Revert some removal from 7ac6af6 + Take effects on dir, cachedir, acceptfont, and rejectfont only when loading + Do not mix up font dirs into the list of config dirs + Ensure the user config dir is available in the list of config dirs on the fallback config + Add missing files to ship + +Alexander Larsson (1): + FcHashTableAddInternal: Compare against the right key + +Behdad Esfahbod (5): + Remove hack for OS/2 weights 1..9 + Support FC_WIDTH as double as well + Fix leak + Use FT_Done_MM_Var if available + Fix undefined-behavior signed shifts + +Olivier CrĂȘte (1): + Fix cross-compilation by passing CPPFLAGS to CPP + +Tom Anderson (1): + Allow overriding symbol visibility. + 2.12.92 (2.13 RC2) Akira TAGOH (13): |