diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-07-05 17:37:26 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-07-05 17:37:26 +0900 |
commit | 01085e07857cddf382db736a9e061f92f50397d6 (patch) | |
tree | 0447b31784207a11363a2017c2f354edaab11891 /README | |
parent | 047b42fccab0dc99726356a9c8c7c50aea806f60 (diff) | |
download | fontconfig-2.12.4.tar.gz |
Bump version to 2.12.42.12.4
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.3 - 2017-05-31 + Version 2.12.4 + 2017-07-05 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.12.4 + +Akira TAGOH (5): + Force regenerate fcobjshash.h when updating Makefile + Fix the build failure when srcdir != builddir and have gperf 3.1 or later installed + Add a testcase for Bug#131804 + Update libtool revision + Fix distcheck error + +Florent Rougon (6): + FcCharSetHash(): use the 'numbers' values to compute the hash + fc-lang: gracefully handle the case where the last language initial is < 'z' + Fix an off-by-one error in FcLangSetIndex() + Fix erroneous test on language id in FcLangSetPromote() + FcLangSetCompare(): fix bug when two charsets come from different "buckets" + FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->orig_hash_table + +Helmut Grohne (1): + fix cross compilation + +Jan Alexander Steffens (heftig) (1): + Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to be right) + +Josselin Mouette (1): + Treat C.UTF-8 and C.utf8 locales as built in the C library. + +Masamichi Hosoda (1): + Bug 99360 - Fix cache file update on MinGW + 2.12.3 Akira TAGOH (1): |