Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
[*] uppdate news, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gesang committed May 18, 2014
1 parent 828a69e commit 0277f81
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change History
--------------

2014/05/18, luaotfload v2.4-4
* Fix incorrect handling of font file formats (backport of commit
828a69ef... to the 2.5 branch).

2014/02/05, luaotfload v2.4-3
* Add contact info to --version output of luaotfload-tool (backport from
2.5).
Expand Down
4 changes: 2 additions & 2 deletions luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
-- DESCRIPTION: database functionality
-- REQUIREMENTS: luaotfload 2.4
-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang
-- VERSION: 2.4-3
-- VERSION: 2.4-4
-- LICENSE: GPL v2
-- MODIFIED: 2013-07-28 13:12:04+0200
-----------------------------------------------------------------------

local version = "2.4-3" --- <int: major>.<int: minor><alpha: fixes>
local version = "2.4-4" --- <int: major>.<int: minor><alpha: fixes>

--[[doc--
Expand Down
4 changes: 2 additions & 2 deletions luaotfload-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------

:Date: 2014-02-05
:Date: 2014-05-18
:Copyright: GPL v2.0
:Version: 2.4-3
:Version: 2.4-4
:Manual section: 1
:Manual group: text processing

Expand Down
12 changes: 6 additions & 6 deletions luaotfload.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
\Msg{* Package: luaotfload v2.4-3 OpenType layout system}
\Msg{* Package: luaotfload v2.4-4 OpenType layout system}
\Msg{************************************************************************}

\keepsilent
Expand Down Expand Up @@ -111,7 +111,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
[2014/02/05 v2.4-3 OpenType layout system]%
[2014/05/18 v2.4-4 OpenType layout system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
\usepackage[x11names]{xcolor}
Expand Down Expand Up @@ -231,7 +231,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \identifier{luaotfload} package}
% \date{2014/02/05 v2.4-3}
% \date{2014/05/18 v2.4-4}
% \author{Elie Roux · Khaled Hosny · Philipp Gesang\\
% Home: \url{https://github.com/lualatex/luaotfload}\\
% Support: \email{[email protected]}}
Expand Down Expand Up @@ -1608,8 +1608,8 @@ end

luaotfload.module = {
name = "luaotfload",
version = 2.40004, --- 2.4-3
date = "2014/02/05",
version = 2.40005, --- 2.4-4
date = "2014/05/18",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
Expand Down Expand Up @@ -2233,7 +2233,7 @@ luaotfload.aux.start_rewrite_fontname () --- to be migrated to fontspec
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
[2014/02/05 v2.4-3 OpenType layout system]
[2014/05/18 v2.4-4 OpenType layout system]
\RequirePackage{luatexbase}
\fi
\ifnum\luatexversion<76
Expand Down

0 comments on commit 0277f81

Please sign in to comment.