summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-04-21 07:12:52 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-04-21 07:12:52 +0200
commite45ca32f3cc648e0b6e6fdd3d45758b51e051eee (patch)
tree42b74ce20d663c31983304ec86ea26709c2337e2
parentacca6bfc8c0efcbb4e877dd97fcf945194f8ba8b (diff)
downloadluaotfload-e45ca32f3cc648e0b6e6fdd3d45758b51e051eee.tar.gz
Prepare for releasev1.25
-rw-r--r--NEWS6
-rw-r--r--luaotfload.dtx12
2 files changed, 12 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index ee579ed..42e6e14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
Change History
--------------
+2011/04/21, luaotfload v1.25:
+ * Fix bug loading *.dfont fonts
+ * Misc. documentation fixes
+ * Fix the need to manually delete font cache when feature file is changed
+ * Hack to support Demi fonts
+
2011/02/16, luaotfload v1.24:
* Fix infinite loop first time creating a name list
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 548251d..5bb9b6a 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -36,7 +36,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload v1.24 OpenType layout system}
+\Msg{* Package: luaotfload v1.25 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -104,7 +104,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2011/02/16 v1.24 OpenType layout system]%
+ [2011/04/21 v1.25 OpenType layout system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace}
\usepackage[
@@ -166,7 +166,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \textsf{luaotfload} package}
-% \date{2011/02/16 v1.24}
+% \date{2011/04/21 v1.25}
% \author{Elie Roux and Khaled Hosny\\
% Support: \email{lualatex-dev@tug.org}}
%
@@ -452,8 +452,8 @@ module("luaotfload", package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.24,
- date = "2011/02/16",
+ version = 1.25,
+ date = "2011/04/21",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -724,7 +724,7 @@ luatexbase.add_to_callback("luaotfload.patch_font", set_sscale_diments, "unicode
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2011/02/16 v1.24 OpenType layout system]
+ [2011/04/21 v1.25 OpenType layout system]
\RequirePackage{luatexbase}
\fi