summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-30 12:47:20 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-30 12:47:20 +0200
commita99b1693c0f99b8196b0354dc3184ac4de33e45d (patch)
tree4d11fccdbf0b987db1e07adc72de82783f1614ea /NEWS
parent957606b6e33452c93df52fe9490fd6c0c7486c3c (diff)
downloadluaotfload-a99b1693c0f99b8196b0354dc3184ac4de33e45d.tar.gz
update NEWS with v1.3 changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 15 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d1089d6..3858d8f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,6 @@ Change History
updating luaotfload-merged.lua (<= luatex-fonts-merged.lua from
the LuaTeX-Plain format)
* Improved and extended documentation
- * Blacklisting font lingoes.ttf while removing several TrueType collections
- from the blacklist
* Font filenames are stored in the database (file: lookups more efficient)
* Optional caching of name: lookups
* Increased fidelity of XeTeX emulation
@@ -22,11 +20,15 @@ Change History
the new prefix is »luaotfload« (<= »otfl«)
* The Adobe Glyph List (font-age.lua) is now built via script (mkglyphlist)
* Hans adapted the font loader to several of our requests (attribute
- allocation, custom merged package name, non-ascii names in font cache
- etc.)
+ allocation, custom merged package name etc.)
* There is now a central, non-personal dev repo on github:
https://github.com/lualatex/luaotfload
+2013/04/27, luaotfload v1.3:
+ * blacklisting lingoes.ttf (segfaults)
+ * unblacklisting ttc fonts (warning: may break LuaTeX < 0.65)
+ * fixing font cache file name with non-ascii characters
+
2013/04/25, luaotfload v1.29:
* Reverting the unified resolver, as the database was rebuilt too often
which made the compilation longer. This will come back improved
@@ -35,13 +37,20 @@ Change History
* Fix a bug that made fontconfig files not parsed when OSFONTDIR is set
2013/04/11, luaotfload v1.28:
- * Adapting to LuaTeX 0.75, keeping backward-compatibility
+ * Adapting to LuaTeX 0.75
* Fix small documentation issues in mkluatexfontdb
- * Fix possibility of infite loop with fontconfig config files references
+ * Fix possible infite loop with fontconfig config files references
* Adding semibold synonym for bold
* file:xxx syntax now uses the same search function as name: which
make more fonts recognized
+2012/05/28, luaotfload v1.27:
+ * Fix "endless loop in charlist" with some OpenType math fonts
+
+2012/03/27, luaotfload v1.26:
+ * Enable setting italic correction values by default
+ * Fix finding demibold italic fonts
+
2011/04/21, luaotfload v1.25:
* Fix bug loading *.dfont fonts
* Misc. documentation fixes