diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 12:45:37 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 12:49:29 +0300 |
commit | 9a27f3658bdc57fe39f7a9d95e3e99922818118d (patch) | |
tree | 4e7a234310a5bb8a34d071470116edcf49863989 /NEWS | |
parent | 3726332085173acad0e1a6a4d018af67e03334b8 (diff) | |
download | luaotfload-9a27f3658bdc57fe39f7a9d95e3e99922818118d.tar.gz |
NEWS updatev1.08
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,8 +1,19 @@ Change History -------------- -Currrent git, luaotfload v1.08: - * XXX +2010/05/28, luaotfload v1.08: + * fix misc. bugs with system fonts scanning + * parse fontconfig configuration directly, no longer dependant on 'fc-list' + * now if no font names database is found, luaotfload will generate it, also + it will force an update of the database if the asked font can not be + found + * avoid loading non-tfm fonts when the user asks for tfm font + * update the documentation + * blacklist .ttc and LastResort font on mac. + * sync with ConTeXt beta 2010.05.22 + * fix attribute handling + * clarify license + * misc. bug fixes 2010/05/10, luaotfload v1.07: * using the new luatexbase package |