diff options
| author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-27 12:13:37 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-28 10:09:57 +0200 | 
| commit | eeb0aff3db719c6257311a0217ede37b8629e33a (patch) | |
| tree | bb17cb6bf741243c0a304f7238e2d9eb9e61abe9 | |
| parent | 9fceb52298c05c31666521b4226362322b18c178 (diff) | |
| download | luaotfload-eeb0aff3db719c6257311a0217ede37b8629e33a.tar.gz | |
Updating NEWS
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | luaotfload-blacklist.cnf | 2 | 
2 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,7 @@ Change History        updating otfl-fonts-merged.lua (available in ConTeXt)      * Improve documentation      * renaming mkluatexfontdb into fontdbutil, with more search functionalities +    * blacklisting font lingoes.ttf  2013/04/11, luaotfload v1.28:      * Adapting to LuaTeX 0.75, keeping backward-compatibility diff --git a/luaotfload-blacklist.cnf b/luaotfload-blacklist.cnf index 771649b..36a29df 100644 --- a/luaotfload-blacklist.cnf +++ b/luaotfload-blacklist.cnf @@ -1,5 +1,7 @@  % Takes ages to load  LastResort.ttf % a MacOSX font, but also available for free from unicode.org  +% Segfaults under LuaTeX 0.76 +lingoes.ttf  % Mac OS X TTC fonts, this list need to be filtered out  % luatex bug fixed?  | 
