Linux: Fix a crash when using the GNU Unifont as a fallback font

Fixes #1087
This commit is contained in:
Kovid Goyal
2018-10-24 08:20:37 +05:30
parent 0c0ce4844c
commit 631f97eb26
2 changed files with 50 additions and 29 deletions

View File

@@ -38,6 +38,9 @@ Changelog
- Linux: Fix match rules used as aliases in Fontconfig configuration not being
respected (:iss:`1085`)
- Linux: Fix a crash when using the GNU Unifont as a fallback font
(:iss:`1087`)
- Fix expansion of env vars not working in the :opt:`env` directive
(:iss:`1075`)