summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--luaotfload.dtx14
2 files changed, 11 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index d5369fd..8cc2610 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Change History
--------------
+2010/07/14, luaotfload v1.17:
+ * allow stylistic sets features in base mode
+ * don't scale percent math constants
+
2010/07/12, luaotfload v1.16:
* support keys prefixed by "+", for compatibility with XeTeX
* remove the progress bar from mkluatexfontdb, it is of little use now
diff --git a/luaotfload.dtx b/luaotfload.dtx
index e19cfa3..b9cf7eb 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -35,7 +35,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload 2010/07/12 v1.16 ConTeXt font loading system}
+\Msg{* Package: luaotfload 2010/07/14 v1.17 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -102,7 +102,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2010/07/12 v1.16 ConTeXt font loading system]%
+ [2010/07/14 v1.17 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/12 v1.16}
+% \date{2010/07/14 v1.17}
% \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}}
% \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}}
%
@@ -450,9 +450,9 @@ module('luaotfload', package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.15,
- date = "2010/07/12",
- description = "ConTeXt font loading system.",
+ version = 1.17,
+ date = "2010/07/14",
+ description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
license = "CC0"
@@ -761,7 +761,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/07/12 v1.16 ConTeXt font loading system]
+ [2010/07/14 v1.17 OpenType layout system]
\RequirePackage{luatextra}
\fi