summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-02-04 16:08:56 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-02-04 16:08:56 +0200
commit954ff3284ad0a7ffa11ce64b05afedba7d09c713 (patch)
tree89bd5ba5b1943920a521a02ef824672f700b97a3
parent5a0f9c788ce3acc6bb0bfcc79c39e060e0168136 (diff)
downloadluaotfload-954ff3284ad0a7ffa11ce64b05afedba7d09c713.tar.gz
Prepare for releasev1.23
-rw-r--r--NEWS3
-rw-r--r--luaotfload.dtx12
2 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 955c5fe..a3ea1d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Change History
--------------
+2011/02/04, luaotfload v1.23:
+ * Fix a typo breaking fonts.names.scan()
+
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
diff --git a/luaotfload.dtx b/luaotfload.dtx
index e19e8dc..958c4f1 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -36,7 +36,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload v1.22 OpenType layout system}
+\Msg{* Package: luaotfload v1.23 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -104,7 +104,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2011/01/25 v1.22 OpenType layout system]%
+ [2011/02/04 v1.23 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{2011/01/25 v1.22}
+% \date{2011/02/04 v1.23}
% \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.22,
- date = "2011/01/25",
+ version = 1.23,
+ date = "2011/02/04",
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}%
- [2011/01/25 v1.22 OpenType layout system]
+ [2011/02/04 v1.23 OpenType layout system]
\RequirePackage{luatexbase}
\fi