diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | luaotfload.dtx | 12 |
2 files changed, 9 insertions, 6 deletions
@@ -1,6 +1,9 @@ Change History -------------- +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 diff --git a/luaotfload.dtx b/luaotfload.dtx index d0a5784..4521590 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -36,7 +36,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload v1.26 OpenType layout system} +\Msg{* Package: luaotfload v1.27 OpenType layout system} \Msg{************************************************************************} \keepsilent @@ -104,7 +104,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2012/03/27 v1.26 OpenType layout system]% + [2012/05/28 v1.27 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace} \usepackage[ @@ -166,7 +166,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2012/03/27 v1.26} +% \date{2012/05/28 v1.27} % \author{Elie Roux and Khaled Hosny\\ % Support: \email{lualatex-dev@tug.org}} % @@ -453,8 +453,8 @@ module("luaotfload", package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.26, - date = "2012/03/27", + version = 1.27, + date = "2012/05/28", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -725,7 +725,7 @@ luatexbase.add_to_callback("luaotfload.patch_font", set_sscale_diments, "unicode \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2012/03/27 v1.26 OpenType layout system] + [2012/05/28 v1.27 OpenType layout system] \RequirePackage{luatexbase} \fi |