New branch '2.14-branch' available with the following commits: commit 7861a719616b4b132b9cac089c6c64f47832edb1 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Fri Jan 27 14:46:22 2023 +0900 Bump version to 2.14.2 commit c0eaca02efea182a2b747fe7f6500dadd2ee7e7d Author: Akira TAGOH <akira@xxxxxxxxx> Date: Fri Jan 27 14:25:11 2023 +0900 Adujst indentation between programlisting in fontconfig-user.sgml Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/344 commit bd95bafba05d1422d6284563557705359e2a7a42 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Wed Jan 25 21:35:57 2023 +0900 Add some missing constant names for weight. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/348 commit e3d9ad280a5791af181fa87206de68bfc1ccf1d4 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Wed Jan 25 11:50:29 2023 +0900 Report more detailed logs instead of assertion. Getting backtraces against this assertion isn't useful at all. Fontconfig isn't capable to report who really have a reference of caches though, this report may be better than assertion. So we can try analysis tools then. And report it only when running with FC_DEBUG=16. commit 50c55e95f45565b23d14ef66a0a2bcb5ee973c84 Author: Ondrej Balaz <blami@xxxxxxxxx> Date: Wed Jan 25 05:00:57 2023 +0900 Expand ~ in glob Allow ~ home directory expansion in acceptfont and rejectfont globs. Fixes: #347 commit 7663a0db667b0e4fd45e9408f3f050cea90d5a36 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Mon Jan 23 23:01:52 2023 +0900 Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/346 commit 10b2905e057f5afb134c4d7dee9d35315c2bbbd2 Author: lilinjie <lilinjie@xxxxxxxxxxxxx> Date: Thu Jan 12 15:32:36 2023 +0800 fix typo Signed-off-by: lilinjie <lilinjie@xxxxxxxxxxxxx> commit 8f5e6dc91bfc5f052b643730d39b2728c5bbe5b7 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Wed Dec 28 21:58:09 2022 +0900 src/meson.build: Store correct paths to fontconfig.pc. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/345 commit 6c2b709b325ba2166f40ec091b4db5ad7772520d Author: Jean Abou Samra <jean@xxxxxxxxxxxxx> Date: Thu Dec 8 13:02:19 2022 +0100 Ignore LC_CTYPE if set to "UTF-8" LC_CTYPE is set to "UTF-8" on some macOS systems, which is POSIX-compliant in a strict sense, but breaks the usual assumption that a locale name has the form "ll_LL.encoding". https://unix.stackexchange.com/questions/503110/valid-values-for-lc-ctype Previously, this would cause the warning Fontconfig warning: ignoring UTF-8: not a valid region tag Now, we just skip this variable if set to "UTF-8", since that value doesn't give any language information, and move on to try LANG. commit e2e3c10de7669bb9cac799a5bc129037eb768473 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Tue Dec 13 23:17:32 2022 +0900 Convert more tabs to spaces in docs Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343 commit afe6e8101af30b24db61999d56685dc65cb5cd03 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Tue Dec 13 16:05:41 2022 +0900 Convert tabs to spaces This fixes broken layout on pdf. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343