summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-11-11 07:34:19 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-11-11 07:34:19 +0200
commitdb19f6314830be14197c947987532109fd7b56b1 (patch)
treee0f70ba87870e747cb44b00e95bf0b9160c0177d
parentd78999a570833c495e55af7bc0035a969a626bec (diff)
downloadluaotfload-1.21.tar.gz
Prepare for releasev1.21
-rw-r--r--NEWS3
-rw-r--r--luaotfload.dtx12
2 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 3ab4678..6fda942 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Change History
--------------
+2010/11/11, luaotfload v1.21:
+ * Adapt to luatexbase v3.0
+
2010/10/16, luaotfload v1.20:
* Make cache directory creation more robust
* Fix GPOS mark placement in left-to-right direction
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 880bb59..30898f6 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -35,7 +35,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload 2010/10/16 v1.20 OpenType layout system}
+\Msg{* Package: luaotfload 2010/11/11 v1.21 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -102,7 +102,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2010/10/16 v1.20 OpenType layout system]%
+ [2010/11/11 v1.21 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/10/16 v1.20}
+% \date{2010/11/11 v1.21}
% \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.20,
- date = "2010/10/16",
+ version = 1.21,
+ date = "2010/11/11",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -739,7 +739,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/10/16 v1.20 OpenType layout system]
+ [2010/11/11 v1.21 OpenType layout system]
\RequirePackage{luatexbase}
\fi
\RequireLuaModule{lualibs}