summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-06-28 14:22:02 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-06-28 14:27:29 +0300
commitb1afa1ff42002106d1a0997f016d556640083645 (patch)
treeccedfb43c5e1538df8e89f984c839c59d38d1646
parent59d8041fa58894694c2a023b24fe2ac8129cd076 (diff)
downloadluaotfload-b1afa1ff42002106d1a0997f016d556640083645.tar.gz
Prepare for releasev1.15
-rw-r--r--NEWS5
-rw-r--r--luaotfload.dtx12
2 files changed, 11 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index fafe92e..eb53fa3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Change History
--------------
+2010/06/28, luaotfload v1.15:
+ * anum feature did not work as advertised
+ * add system shipped TTC fonts on Mac OS X to the blacklist, until the
+ culprit ones are isolated
+
2010/06/25, luaotfload v1.14:
* fix mkluatexfontdb which was broken in the last version
* support general font blacklisting feature
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 3bb8734..eb94174 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -35,7 +35,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload 2010/06/25 v1.14 ConTeXt font loading system}
+\Msg{* Package: luaotfload 2010/06/28 v1.15 ConTeXt font loading system}
\Msg{************************************************************************}
\keepsilent
@@ -102,7 +102,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2010/06/25 v1.14 ConTeXt font loading system]%
+ [2010/06/28 v1.15 ConTeXt font loading system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb}
\usepackage[colorlinks=true]{hyperref}
@@ -140,7 +140,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \textsf{luaotfload} package}
-% \date{2010/06/25 v1.14}
+% \date{2010/06/28 v1.15}
% \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}}
% \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}}
%
@@ -435,8 +435,8 @@ module('luaotfload', package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.14,
- date = "2010/06/25",
+ version = 1.15,
+ date = "2010/06/28",
description = "ConTeXt font loading system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -702,7 +702,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2010/06/25 v1.14 ConTeXt font loading system]
+ [2010/06/28 v1.15 ConTeXt font loading system]
\RequirePackage{luatextra}
\fi