diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 23:29:30 +0300 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 23:29:30 +0300 | 
| commit | 58561dcddc21d070da19b67012ed98ddb4dda721 (patch) | |
| tree | 1f19b8d9140284d7ac54dba952dd68506243ec83 | |
| parent | 4d999a951727dd5d14d1752bd86cacb604c487aa (diff) | |
| download | luaotfload-58561dcddc21d070da19b67012ed98ddb4dda721.tar.gz | |
Pump version numberv1.08a
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | luaotfload.dtx | 12 | 
2 files changed, 9 insertions, 6 deletions
| @@ -1,6 +1,9 @@  Change History  -------------- +2010/05/28, luaotfload v1.08a: +    * revert experimental code that was committed by mistake +  2010/05/28, luaotfload v1.08:      * fix misc. bugs with system fonts scanning      * parse fontconfig configuration directly, no longer dependant on 'fc-list' diff --git a/luaotfload.dtx b/luaotfload.dtx index 28c1aeb..bb2bd3e 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -35,7 +35,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: luaotfload 2010/05/13 v1.08 ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/05/28 v1.08a ConTeXt font loading system}  \Msg{************************************************************************}  \keepsilent @@ -102,7 +102,7 @@ and the derived files  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{luaotfload.drv}% -  [2010/05/13 v1.08 ConTeXt font loading system]% +  [2010/05/28 v1.08a ConTeXt font loading system]%  \documentclass{ltxdoc}  \usepackage{metalogo,multicol,mdwlist,fancyvrb}  \usepackage[colorlinks=true]{hyperref} @@ -140,7 +140,7 @@ and the derived files  % \GetFileInfo{luaotfload.drv}  %  % \title{The \textsf{luaotfload} package} -% \date{2010/05/13 v1.08} +% \date{2010/05/28 v1.08a}  % \author{     Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}}  %         \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}}  % @@ -413,8 +413,8 @@ module('luaotfload', package.seeall)  luaotfload.module = {      name          = "luaotfload", -    version       = 1.08, -    date          = "2010/05/13", +    version       = 1.08a, +    date          = "2010/05/28",      description   = "ConTeXt font loading system.",      author        = "Elie Roux & Hans Hagen",      copyright     = "Elie Roux", @@ -616,7 +616,7 @@ end  \else    \NeedsTeXFormat{LaTeX2e}    \ProvidesPackage{luaotfload}% -    [2010/05/13 v1.08 ConTeXt font loading system] +    [2010/05/28 v1.08a ConTeXt font loading system]    \RequirePackage{luatextra}  \fi | 
