From 854310ce176fe514db7262ec23bd98769f0676cb Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 16 Oct 2010 01:03:43 +0200 Subject: Prepare for release --- NEWS | 6 ++++++ luaotfload.dtx | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index a2c26de..3ab4678 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ Change History -------------- +2010/10/16, luaotfload v1.20: + * Make cache directory creation more robust + * Fix GPOS mark placement in left-to-right direction + * Reject fonts missing 'names' table + * Sanitize color value before attempting to use it + 2010/09/12, luaotfload v1.19: * fix LaTeX's detection (made Tikz fail under a non-LaTeX format) diff --git a/luaotfload.dtx b/luaotfload.dtx index fb1617a..6c3dafd 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -35,7 +35,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/09/12 v1.19 OpenType layout system} +\Msg{* Package: luaotfload 2010/10/16 v1.20 OpenType layout system} \Msg{************************************************************************} \keepsilent @@ -102,7 +102,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2010/09/12 v1.19 OpenType layout system]% + [2010/10/16 v1.20 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor} \usepackage{charter} @@ -153,7 +153,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2010/09/12 v1.19} +% \date{2010/10/16 v1.20} % \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}} % \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}} % @@ -450,8 +450,8 @@ module('luaotfload', package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.19, - date = "2010/09/12", + version = 1.20, + date = "2010/10/16", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -768,7 +768,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/09/12 v1.19 OpenType layout system] + [2010/10/16 v1.20 OpenType layout system] \RequirePackage{luatextra} \fi -- cgit v1.2.3