Tag '2.14.1' created by Akira TAGOH <akira@xxxxxxxxx> at 2022-10-21 05:14 +0000 Version 2.14.1 -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTs/7w6azZech5b15gwdXqiGXGmcgUCY1IqmwAKCRAwdXqiGXGm ctUHAQCwlV9qatYhpxFAALD6mV53+qKtiaP4Rqo1XI/L++T0yAD/d66LmVZ+M5Id W0O6EKpx8NDjW8dzzifm80B3sXjtvww= =q9IO -----END PGP SIGNATURE----- Changes since 2.14.0: Akira TAGOH (7): Use the latest stable release image for CI for mingw Real fix of 91114d18c Fix test cases for wrong use of remap-dir Add back sort command Add config files to enable/disable antialias Enable 10-sub-pixel-rgb.conf by default Bump version to 2.14.1 Alan Coopersmith (1): Bump the cache version to 8 in doc/fontconfig-user.sgml Jeremy Huddleston Sequoia (3): meson: Fix linking libexpat on darwin meson: Use fc_templatedir and fc_baseconfigdir are used when installing configs meson: Use fc_configdir where appropriate during build NorwayFun (4): add Georgian add Georgian po: add Georgian translation po: Add Georgian translation Sam James (1): configure.ac: allow disabling docbook Taylor R Campbell (1): Avoid misuse of ctype(3) Tim-Philipp Müller (7): meson: add 'default-hinting' option meson: add 'default-fonts-dirs' option meson: add 'additional-fonts-dirs' option meson: add 'cache-dir' option meson: add 'template-dir', 'baseconfig-dir', 'config-dir', and 'xml-dir' options ci: update windows image to a 2022-server based one ci: update macOS image Xavier Claessens (3): meson: Do not run fc-cache when installing into a DESTDIR meson: Fix configuration warnings link_confs.py: Fix prepending DESTDIR to absolute path --- .gitlab-ci.yml | 26 + README | 48 ++- conf.d/10-no-antialias.conf | 8 conf.d/10-yes-antialias.conf | 8 conf.d/Makefile.am | 4 conf.d/link_confs.py | 4 conf.d/meson.build | 17 - configure.ac | 10 doc/fontconfig-user.sgml | 2 fc-cache/meson.build | 3 fontconfig/fontconfig.h | 2 meson.build | 117 ++++++- meson_options.txt | 26 + po-conf/LINGUAS | 1 po-conf/ka.po | 139 +++++++++ po-conf/meson.build | 2 po/LINGUAS | 1 po/ka.po | 660 +++++++++++++++++++++++++++++++++++++++++++ po/meson.build | 2 src/fccharset.c | 4 src/fcstr.c | 6 test/run-test.sh | 10 22 files changed, 1043 insertions(+), 57 deletions(-) ---