diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2011-02-16 17:28:35 +0200 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-02-16 17:28:35 +0200 | 
| commit | d9be74ddadb95df36a0ffe08343190cf3a77dbfa (patch) | |
| tree | a6f2163d636189ed17db1cd4be1e7be9e66ed30a | |
| parent | 9a6fb44bd9e80bc41d78c58eb6d7bb38cd692672 (diff) | |
| download | luaotfload-d9be74ddadb95df36a0ffe08343190cf3a77dbfa.tar.gz | |
Prepare for releasev1.24
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | luaotfload.dtx | 12 | 
2 files changed, 9 insertions, 6 deletions
@@ -1,6 +1,9 @@  Change History  -------------- +2011/02/16, luaotfload v1.24: +    * Fix infinite loop first time creating a name list +  2011/02/04, luaotfload v1.23:      * Fix a typo breaking fonts.names.scan() diff --git a/luaotfload.dtx b/luaotfload.dtx index 958c4f1..19286d5 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -36,7 +36,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: luaotfload v1.23 OpenType layout system} +\Msg{* Package: luaotfload v1.24 OpenType layout system}  \Msg{************************************************************************}  \keepsilent @@ -104,7 +104,7 @@ and the derived files  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{luaotfload.drv}% -  [2011/02/04 v1.23 OpenType layout system]% +  [2011/02/16 v1.24 OpenType layout system]%  \documentclass{ltxdoc}  \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace}  \usepackage{charter} @@ -161,7 +161,7 @@ and the derived files  % \GetFileInfo{luaotfload.drv}  %  % \title{The \textsf{luaotfload} package} -% \date{2011/02/04 v1.23} +% \date{2011/02/16 v1.24}  % \author{Elie Roux and Khaled Hosny\\  %         Support: \email{lualatex-dev@tug.org}}  % @@ -455,8 +455,8 @@ module('luaotfload', package.seeall)  luaotfload.module = {      name          = "luaotfload", -    version       = 1.23, -    date          = "2011/02/04", +    version       = 1.24, +    date          = "2011/02/16",      description   = "OpenType layout system.",      author        = "Elie Roux & Hans Hagen",      copyright     = "Elie Roux", @@ -747,7 +747,7 @@ luatexbase.add_to_callback('find_vf_file',  \else    \NeedsTeXFormat{LaTeX2e}    \ProvidesPackage{luaotfload}% -    [2011/02/04 v1.23 OpenType layout system] +    [2011/02/16 v1.24 OpenType layout system]    \RequirePackage{luatexbase}  \fi  | 
