diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-14 20:37:21 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-14 20:43:30 +0300 |
commit | 40258f4cb81959a4abba74c0af4d89f15c21b228 (patch) | |
tree | dc915edd2060cf6c554b3e38c2ff51d48134ff1a | |
parent | a23ee6d451c6b72fb7522c385718626f328b80ed (diff) | |
download | luaotfload-40258f4cb81959a4abba74c0af4d89f15c21b228.tar.gz |
Prepare for releasev1.17
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | luaotfload.dtx | 14 |
2 files changed, 11 insertions, 7 deletions
@@ -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 |