summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--luaotfload.dtx12
2 files changed, 11 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6fda942..955c5fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Change History
--------------
+2011/01/25, luaotfload v1.22:
+ * Remove --database-dir and --sys options from mkluatexfontdb
+ * Provide a "luaotfload.patch_font" callback for on the fly patching of fonts
+ * Some documentation improvements
+
2010/11/11, luaotfload v1.21:
* Adapt to luatexbase v3.0
diff --git a/luaotfload.dtx b/luaotfload.dtx
index eb53461..e19e8dc 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -36,7 +36,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload v1.21 OpenType layout system}
+\Msg{* Package: luaotfload v1.22 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -104,7 +104,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2010/11/11 v1.21 OpenType layout system]%
+ [2011/01/25 v1.22 OpenType layout system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace}
\usepackage{charter}
@@ -161,7 +161,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \textsf{luaotfload} package}
-% \date{2010/11/11 v1.21}
+% \date{2011/01/25 v1.22}
% \author{Elie Roux and Khaled Hosny\\
% Support: \email{lualatex-dev@tug.org}}
%
@@ -455,8 +455,8 @@ module('luaotfload', package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.21,
- date = "2010/11/11",
+ version = 1.22,
+ date = "2011/01/25",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -747,7 +747,7 @@ luatexbase.add_to_callback('find_vf_file',
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/11/11 v1.21 OpenType layout system]
+ [2011/01/25 v1.22 OpenType layout system]
\RequirePackage{luatexbase}
\fi