summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-07-15 17:32:05 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-07-15 17:32:05 +0300
commiteefe6a95802f75d16e87eb6620e8750f85b95494 (patch)
treefd048a63e76013b7670512bf82493f05e9699ed6
parentc6d49690d444913166f5365ec4ff132d2c455440 (diff)
downloadluaotfload-eefe6a95802f75d16e87eb6620e8750f85b95494.tar.gz
Prepare for releasev1.18
-rw-r--r--NEWS3
-rw-r--r--luaotfload.dtx12
2 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 8cc2610..d304547 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Change History
--------------
+2010/07/15, luaotfload v1.18:
+ * fix for \overwithdelims and brothers
+
2010/07/14, luaotfload v1.17:
* allow stylistic sets features in base mode
* don't scale percent math constants
diff --git a/luaotfload.dtx b/luaotfload.dtx
index a211a10..7defe35 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -35,7 +35,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload 2010/07/14 v1.17 OpenType layout system}
+\Msg{* Package: luaotfload 2010/07/15 v1.18 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -102,7 +102,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2010/07/14 v1.17 OpenType layout system]%
+ [2010/07/15 v1.18 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/07/14 v1.17}
+% \date{2010/07/15 v1.18}
% \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.17,
- date = "2010/07/14",
+ version = 1.18,
+ date = "2010/07/15",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -767,7 +767,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/07/14 v1.17 OpenType layout system]
+ [2010/07/15 v1.18 OpenType layout system]
\RequirePackage{luatextra}
\fi