commit 505712d1dcc52d410aa37cd2cffbc4ceb5048656 Author: Akira TAGOH Date: Wed Jun 15 20:10:38 2016 +0900 Bump version to 2.12.0 README | 22 ++++++++++++++++++++-- configure.ac | 2 +- fontconfig/fontconfig.h | 4 ++-- 3 files changed, 23 insertions(+), 5 deletions(-) commit add5f7329f2c54304c203e818f38867de3c1e292 Author: Akira TAGOH Date: Wed Jun 15 20:10:31 2016 +0900 Remove unused code src/fcfreetype.c | 4 ---- 1 file changed, 4 deletions(-) commit 600110ee8c3e9bdd18cd5bc27555d1f1114e4880 Author: Akira TAGOH Date: Thu Jun 9 14:22:31 2016 +0900 Add the static raw data to generate fcblanks.h https://bugs.freedesktop.org/show_bug.cgi?id=91406 fc-blanks/fc-blanks.py | 21 ++++++-- fc-blanks/list-unicodeset.html | 119 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 3 deletions(-) commit ea26c5e9f85fb03e89b144878d338d80979a9560 Author: Erik de Castro Lopo Date: Sat May 28 17:44:10 2016 +1100 Fix a couple of minor memory leaks These fixes are needed for the test suite to pass when compiled with Address Sanitizer. src/fccache.c | 2 ++ test/test-bz89617.c | 2 ++ 2 files changed, 4 insertions(+) commit 7441dbec0322f24d6f94bf31fc824cc08d3e9025 Author: Akira TAGOH Date: Fri May 27 11:16:09 2016 +0900 Bug 95481 - Build fails on Android due to broken lconv struct src/fcxml.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) commit 3c2793a32e66fd5bee14da7cdb7db0a3f9128ac1 Author: Akira TAGOH Date: Thu May 26 14:22:29 2016 +0900 Correct one for the previous change conf.d/45-latin.conf | 4 ---- 1 file changed, 4 deletions(-) commit b6cf1bcaf626b5c8e1efdf03006d18fb744d9b72 Author: Akira TAGOH Date: Wed May 25 12:58:27 2016 +0900 45-latin.conf: Add some Windows fonts to categorize them properly For Serif: Cambria, Constantia, Elephant, MS Serif For Sans Serif: Arial Unicode MS, Britannic, Calibri, Candara, Century Gothic, Corbel, Haettenschweiler, MS Sans Serif, Tahoma, Twentieth Century For Monospace: Consolas, Fixedsys, Terminal conf.d/45-latin.conf | 136 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 104 insertions(+), 32 deletions(-) commit d15c46d75eda4bc6009770a706d97956b5a7a31d Author: Petr Filipsky Date: Fri May 20 12:30:44 2016 +0000 Fix memory leak in FcDirCacheLock src/fccache.c | 1 + 1 file changed, 1 insertion(+) commit 9ab7633f2f752203de75a902c5031b0cf4bbe548 Author: Akira TAGOH Date: Thu May 19 11:11:46 2016 +0900 Bug 95477 - FcAtomicLock fails when SELinux denies link() syscall with EACCES This is an issue on Android M, which denies non-root users access to link(). Patch from Rodger Combs src/fcatomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 560506b3bbf2f829d57bdaa17add99367d6dedba Author: Akira TAGOH Date: Thu Apr 7 12:50:22 2016 +0900 Update URL INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0e837ae6ecc475b02d7114dc10480543d6be98ff Author: Akira TAGOH Date: Thu Apr 7 12:01:14 2016 +0900 Modernize fc-blanks.py fc-blanks.py now works on both python2 and 3 fc-blanks/fc-blanks.py | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-)