From 01023cf94a72f03d93c0204807fd914049cbeaec Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 9 Jun 2010 08:46:03 +0300 Subject: Prepare for release --- NEWS | 4 ++++ luaotfload.dtx | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b3a2c33..68ef8cd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Change History -------------- +2010/06/09, luaotfload v1.11: + * when asking for a font with style that doesn't exist, we would return + nothing, now we fallback to the regular font + 2010/06/07, luaotfload v1.10: * provide a fonts.names.scan(dir) function that temporally loads fonts from the specified dir into the names database diff --git a/luaotfload.dtx b/luaotfload.dtx index 874843b..12aae2a 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -35,7 +35,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/06/07 v1.10 ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/06/09 v1.11 ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -102,7 +102,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2010/06/07 v1.10 ConTeXt font loading system]% + [2010/06/09 v1.11 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/06/07 v1.10} +% \date{2010/06/09 v1.11} % \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}} % \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}} % @@ -411,8 +411,8 @@ module('luaotfload', package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.10, - date = "2010/06/07", + version = 1.11, + date = "2010/06/09", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -653,7 +653,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/06/07 v1.10 ConTeXt font loading system] + [2010/06/09 v1.11 ConTeXt font loading system] \RequirePackage{luatextra} \fi -- cgit v1.2.3