diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-12 23:25:28 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-12 23:25:28 +0100 |
commit | f564f346e2a1b200fe27174011070adc7a527b28 (patch) | |
tree | 268075abcce42176d667051837da95531b9b8e9a /NEWS | |
parent | a59d8dc80df1e9359938f0fc2e2b1d335f863bbf (diff) | |
download | luaotfload-f564f346e2a1b200fe27174011070adc7a527b28.tar.gz |
[man] update references to db compression
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,8 +9,9 @@ Change History * Test runner (script mktests) * New luaotfload-tool option: ``--no-reload`` * ``luaotfload-tool --find`` now understands request syntax - * option ``--compress`` filters text (Lua script) version of the font - index through gzip + * text (Lua script) version of the font index is filtered through gzip by + default, the ``--no-compress`` option of luaotfload-tool will prevent + this * rename ``luaotfload-merged.lua`` (the fontloader package from Context) to ``luaotfload-fontloader.lua`` |