diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-01-04 20:42:34 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-01-04 20:42:34 +0900 |
commit | d7d40b5aa8216f30a38492bd2bde5884c492c82d (patch) | |
tree | f21589d403785bd54b105f9876eac63ab9c3a15c /README | |
parent | 3642d71724e7c40f44753c1f2e6d8fb2c88a3e50 (diff) |
Bump version to 2.12.922.12.92
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 31 insertions, 2 deletions
@@ -1,12 +1,41 @@ Fontconfig Font configuration and customization library - Version 2.12.91 (2.13 RC1) - 2017-12-14 + Version 2.12.92 (2.13 RC2) + 2018-01-04 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.12.92 (2.13 RC2) + +Akira TAGOH (13): + cleanup files + Update .uuid only when -r is given but not -f. + Returns false if key is already available in the table + Add missing doc of FcDirCacheCreateUUID + Replace uuid in the table properly when -r + Add a test case for uuid creation + Do not update mtime with creating .uuid + Disable uuid related code on Win32 + Try to get current instance of FcConfig as far as possible + do not check the existence of itstool on win32 + Fix the mis-ordering of ruleset evaluation in a file with include element + Fix compiler warnings + Add FcReadLink to wrap up readlink impl. + +Alexander Larsson (1): + fchash: Fix replace + +Behdad Esfahbod (7): + Don't crash + Remove a debug abort() + Minor + Set font-variations settings for standard axes in variable fonts + Let pattern FC_FONT_VARIATIONS override standard axis variations + Put back accidentally removed code + Add FcWeightTo/FromOpenTypeDouble() + 2.12.91 (2.13 RC1) Akira TAGOH (37): |