From 58561dcddc21d070da19b67012ed98ddb4dda721 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 28 May 2010 23:29:30 +0300 Subject: Pump version number --- NEWS | 3 +++ luaotfload.dtx | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 9c09af3..a09e8ef 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3