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

Commit ade3e4b

Browse files
committed
bump version, update news
1 parent 7d8afd6 commit ade3e4b

2 files changed

Lines changed: 22 additions & 12 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
History of the lualibs package
2+
2015/12/02 v2.3/
3+
* sync with Context beta as of 2015-11-19
4+
* basic maintainance
5+
26
2014/05/05 v2.2/
37
* sync with Context beta as of 2014-07-26
48
* remove util-env.lua

lualibs.dtx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
% \iffalse meta-comment
22
%
3-
% Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team
3+
% Copyright (C) 2009--2015 by
4+
%
5+
% PRAGMA ADE / ConTeXt Development Team
6+
% The LuaLaTeX Dev Team
47
%
58
% See ConTeXt's mreadme.pdf for the license.
69
%
@@ -34,7 +37,7 @@
3437
\input docstrip.tex
3538
\Msg{************************************************************************}
3639
\Msg{* Installation}
37-
\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.}
40+
\Msg{* Package: lualibs 2015-12-02 v2.3 Lua additional functions.}
3841
\Msg{************************************************************************}
3942

4043
\keepsilent
@@ -45,12 +48,15 @@
4548
\preamble
4649
This is a generated file.
4750

48-
Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team
51+
Copyright (C) 2009--2015 by
52+
PRAGMA ADE / ConTeXt Development Team
53+
The LuaLaTeX Dev Team
4954

5055
See ConTeXt's mreadme.pdf for the license.
5156

5257
This work consists of the main source file lualibs.dtx
53-
and the derived file lualibs.lua.
58+
and the derived files lualibs.lua, lualibs-basic.lua,
59+
and lualibs-extended.lua.
5460

5561
\endpreamble
5662

@@ -101,7 +107,7 @@ and the derived file lualibs.lua.
101107
%<*driver>
102108
\NeedsTeXFormat{LaTeX2e}
103109
\ProvidesFile{lualibs.drv}
104-
[2014/07/26 v2.2 Lua Libraries.]
110+
[2015/12/02 v2.3 Lua Libraries.]
105111
\documentclass{ltxdoc}
106112
\usepackage{fancyvrb,xspace}
107113
\usepackage[x11names]{xcolor}
@@ -202,7 +208,7 @@ and the derived file lualibs.lua.
202208
% \GetFileInfo{lualibs.drv}
203209
%
204210
% \title{The \identifier{lualibs} package}
205-
% \date{2014/07/26 v2.2}
211+
% \date{2015/12/02 v2.3}
206212
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
207213
% Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}
208214
%
@@ -420,8 +426,8 @@ lualibs = lualibs or { }
420426

421427
lualibs.module_info = {
422428
name = "lualibs",
423-
version = 2.2,
424-
date = "2014-07-26",
429+
version = 2.3,
430+
date = "2015-12-02",
425431
description = "ConTeXt Lua standard libraries.",
426432
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
427433
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -575,8 +581,8 @@ local loadmodule = lualibs.loadmodule
575581

576582
local lualibs_basic_module = {
577583
name = "lualibs-basic",
578-
version = 2.2,
579-
date = "2014-07-26",
584+
version = 2.3,
585+
date = "2015-12-02",
580586
description = "ConTeXt Lua libraries -- basic collection.",
581587
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
582588
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -657,8 +663,8 @@ lualibs = lualibs or { }
657663

658664
local lualibs_extended_module = {
659665
name = "lualibs-extended",
660-
version = 2.2,
661-
date = "2014-07-26",
666+
version = 2.3,
667+
date = "2015-12-02",
662668
description = "ConTeXt Lua libraries -- extended collection.",
663669
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
664670
copyright = "PRAGMA ADE / ConTeXt Development Team",

0 commit comments

Comments
 (0)