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

Commit 1b2f8c0

Browse files
committed
update news, version, and dates
1 parent 19ba6b1 commit 1b2f8c0

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
History of the lualibs package
2+
2017/02/01 v2.5/
3+
* sync with Context beta as of 2017-02-01
4+
25
2016/04/06 v2.4/
36
* sync with Context beta as of 2016-04-06
47
* basic maintenance

lualibs.dtx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% \iffalse meta-comment
22
%
3-
% Copyright (C) 2009--2016 by
3+
% Copyright (C) 2009--2017 by
44
%
55
% PRAGMA ADE / ConTeXt Development Team
66
% The LuaLaTeX Dev Team
@@ -37,7 +37,7 @@
3737
\input docstrip.tex
3838
\Msg{************************************************************************}
3939
\Msg{* Installation}
40-
\Msg{* Package: lualibs 2016-04-06 v2.4 Lua additional functions.}
40+
\Msg{* Package: lualibs 2017-02-01 v2.5 Lua additional functions.}
4141
\Msg{************************************************************************}
4242

4343
\keepsilent
@@ -48,7 +48,7 @@
4848
\preamble
4949
This is a generated file.
5050

51-
Copyright (C) 2009--2016 by
51+
Copyright (C) 2009--2017 by
5252
PRAGMA ADE / ConTeXt Development Team
5353
The LuaLaTeX Dev Team
5454

@@ -107,7 +107,7 @@ and lualibs-extended.lua.
107107
%<*driver>
108108
\NeedsTeXFormat{LaTeX2e}
109109
\ProvidesFile{lualibs.drv}
110-
[2016/04/06 v2.4 Lua Libraries.]
110+
[2017/02/01 v2.5 Lua Libraries.]
111111
\documentclass{ltxdoc}
112112
\usepackage{fancyvrb,xspace}
113113
\usepackage[x11names]{xcolor}
@@ -208,7 +208,7 @@ and lualibs-extended.lua.
208208
% \GetFileInfo{lualibs.drv}
209209
%
210210
% \title{The \identifier{lualibs} package}
211-
% \date{2016/04/06 v2.4}
211+
% \date{2017/02/01 v2.5}
212212
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
213213
% Philipp Gesang · \email{phg@phi-gamma.net}}
214214
%
@@ -427,8 +427,8 @@ lualibs = lualibs or { }
427427

428428
lualibs.module_info = {
429429
name = "lualibs",
430-
version = 2.4,
431-
date = "2016-04-06",
430+
version = 2.5,
431+
date = "2017-02-01",
432432
description = "ConTeXt Lua standard libraries.",
433433
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
434434
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -582,8 +582,8 @@ local loadmodule = lualibs.loadmodule
582582

583583
local lualibs_basic_module = {
584584
name = "lualibs-basic",
585-
version = 2.4,
586-
date = "2016-04-06",
585+
version = 2.5,
586+
date = "2017-02-01",
587587
description = "ConTeXt Lua libraries -- basic collection.",
588588
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
589589
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -664,8 +664,8 @@ lualibs = lualibs or { }
664664

665665
local lualibs_extended_module = {
666666
name = "lualibs-extended",
667-
version = 2.4,
668-
date = "2016-04-06",
667+
version = 2.5,
668+
date = "2017-02-01",
669669
description = "ConTeXt Lua libraries -- extended collection.",
670670
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
671671
copyright = "PRAGMA ADE / ConTeXt Development Team",

0 commit comments

Comments
 (0)