summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-12-02 08:04:26 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-12-02 08:04:26 +0100
commit233c885a37efeabaab00c68f1dd4262705a0ac9e (patch)
treefab69e7438569b94d3c73d33720e25a9e9a80ca7
parent8401067436d466b62459283139aa5f7bdf5be0c8 (diff)
parentade3e4be015701cd758e2020e3b75992a95acca8 (diff)
downloadlualibs-233c885a37efeabaab00c68f1dd4262705a0ac9e.tar.gz
Merge pull request #28 from phi-gamma/master
bump version, update news
-rw-r--r--NEWS4
-rw-r--r--lualibs.dtx30
2 files changed, 22 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 7561091..01642e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
History of the lualibs package
+2015/12/02 v2.3/
+ * sync with Context beta as of 2015-11-19
+ * basic maintainance
+
2014/05/05 v2.2/
* sync with Context beta as of 2014-07-26
* remove util-env.lua
diff --git a/lualibs.dtx b/lualibs.dtx
index d1cee61..23ba5d8 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -1,6 +1,9 @@
% \iffalse meta-comment
%
-% Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team
+% Copyright (C) 2009--2015 by
+%
+% PRAGMA ADE / ConTeXt Development Team
+% The LuaLaTeX Dev Team
%
% See ConTeXt's mreadme.pdf for the license.
%
@@ -34,7 +37,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.}
+\Msg{* Package: lualibs 2015-12-02 v2.3 Lua additional functions.}
\Msg{************************************************************************}
\keepsilent
@@ -45,12 +48,15 @@
\preamble
This is a generated file.
-Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team
+Copyright (C) 2009--2015 by
+ PRAGMA ADE / ConTeXt Development Team
+ The LuaLaTeX Dev Team
See ConTeXt's mreadme.pdf for the license.
This work consists of the main source file lualibs.dtx
-and the derived file lualibs.lua.
+and the derived files lualibs.lua, lualibs-basic.lua,
+and lualibs-extended.lua.
\endpreamble
@@ -101,7 +107,7 @@ and the derived file lualibs.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
- [2014/07/26 v2.2 Lua Libraries.]
+ [2015/12/02 v2.3 Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -202,7 +208,7 @@ and the derived file lualibs.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
-% \date{2014/07/26 v2.2}
+% \date{2015/12/02 v2.3}
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
% Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}
%
@@ -420,8 +426,8 @@ lualibs = lualibs or { }
lualibs.module_info = {
name = "lualibs",
- version = 2.2,
- date = "2014-07-26",
+ version = 2.3,
+ date = "2015-12-02",
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -575,8 +581,8 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
- version = 2.2,
- date = "2014-07-26",
+ version = 2.3,
+ date = "2015-12-02",
description = "ConTeXt Lua libraries -- basic collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -657,8 +663,8 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
- version = 2.2,
- date = "2014-07-26",
+ version = 2.3,
+ date = "2015-12-02",
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",