diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rwxr-xr-x | luaotfload-tool.lua | 4 | ||||
| -rw-r--r-- | luaotfload-tool.rst | 4 | ||||
| -rw-r--r-- | luaotfload.dtx | 12 | 
4 files changed, 14 insertions, 10 deletions
@@ -1,6 +1,10 @@  Change History  -------------- +2014/05/18, luaotfload v2.4-4 +    * Fix incorrect handling of font file formats (backport of commit +      828a69ef... to the 2.5 branch). +  2014/02/05, luaotfload v2.4-3      * Add contact info to --version output of luaotfload-tool (backport from        2.5). diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 67ab2e7..5607c04 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -4,12 +4,12 @@  --  DESCRIPTION:  database functionality  -- REQUIREMENTS:  luaotfload 2.4  --       AUTHOR:  Khaled Hosny, Élie Roux, Philipp Gesang ---      VERSION:  2.4-3 +--      VERSION:  2.4-4  --      LICENSE:  GPL v2  --     MODIFIED:  2013-07-28 13:12:04+0200  ----------------------------------------------------------------------- -local version = "2.4-3" --- <int: major>.<int: minor><alpha: fixes> +local version = "2.4-4" --- <int: major>.<int: minor><alpha: fixes>  --[[doc-- diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index b5629b7..08acb6c 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -6,9 +6,9 @@           generate and query the Luaotfload font names database  ----------------------------------------------------------------------- -:Date:      2014-02-05 +:Date:      2014-05-18  :Copyright: GPL v2.0 -:Version:   2.4-3 +:Version:   2.4-4  :Manual section: 1  :Manual group: text processing diff --git a/luaotfload.dtx b/luaotfload.dtx index b8fd11d..3615fa8 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -40,7 +40,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: luaotfload v2.4-3 OpenType layout system} +\Msg{* Package: luaotfload v2.4-4 OpenType layout system}  \Msg{************************************************************************}  \keepsilent @@ -111,7 +111,7 @@ and the derived files  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{luaotfload.drv}% -  [2014/02/05 v2.4-3 OpenType layout system]% +  [2014/05/18 v2.4-4 OpenType layout system]%  \documentclass{ltxdoc}  \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}  \usepackage[x11names]{xcolor} @@ -231,7 +231,7 @@ and the derived files  % \GetFileInfo{luaotfload.drv}  %  % \title{The \identifier{luaotfload} package} -% \date{2014/02/05 v2.4-3} +% \date{2014/05/18 v2.4-4}  % \author{Elie Roux · Khaled Hosny · Philipp Gesang\\  %         Home:      \url{https://github.com/lualatex/luaotfload}\\  %         Support:   \email{lualatex-dev@tug.org}} @@ -1608,8 +1608,8 @@ end  luaotfload.module = {      name          = "luaotfload", -    version       = 2.40004, --- 2.4-3 -    date          = "2014/02/05", +    version       = 2.40005, --- 2.4-4 +    date          = "2014/05/18",      description   = "OpenType layout system.",      author        = "Elie Roux & Hans Hagen",      copyright     = "Elie Roux", @@ -2233,7 +2233,7 @@ luaotfload.aux.start_rewrite_fontname () --- to be migrated to fontspec  \else    \NeedsTeXFormat{LaTeX2e}    \ProvidesPackage{luaotfload}% -    [2014/02/05 v2.4-3 OpenType layout system] +    [2014/05/18 v2.4-4 OpenType layout system]    \RequirePackage{luatexbase}  \fi  \ifnum\luatexversion<76  | 
