summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-26 13:19:47 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-26 13:19:47 +0200
commit13e578a1d0f803d8ec7d42d70bb6f773a44e84b0 (patch)
tree969832a1893a5dcd81a2b7e677e773ef531ae107
parent8f36023f13e4c443ca697a491d1919a6c11a3ead (diff)
parentee53358e267a7946608e66775047085b815b8608 (diff)
downloadlualibs-13e578a1d0f803d8ec7d42d70bb6f773a44e84b0.tar.gz
Merge pull request #26 from phi-gamma/master
bump version, update news
-rw-r--r--NEWS4
-rw-r--r--lualibs.dtx18
2 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 4654294..7561091 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
History of the lualibs package
-2014/05/05 v2.1b/
- * sync with Context beta as of 2014-04-05
+2014/05/05 v2.2/
+ * sync with Context beta as of 2014-07-26
* remove util-env.lua
2013/31/03 v2.1a/
diff --git a/lualibs.dtx b/lualibs.dtx
index be4a57b..8d43a34 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -34,7 +34,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: lualibs 2014/05/05 v2.1 Lua additional functions.}
+\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.}
\Msg{************************************************************************}
\keepsilent
@@ -101,7 +101,7 @@ and the derived file lualibs.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
- [2014/05/05 v2.1 Lua Libraries.]
+ [2014/07/26 v2.2 Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -202,7 +202,7 @@ and the derived file lualibs.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
-% \date{2014/05/05 v2.1}
+% \date{2014/07/26 v2.2}
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
% Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}
%
@@ -417,8 +417,8 @@ lualibs = lualibs or { }
lualibs.module_info = {
name = "lualibs",
- version = 2.11,
- date = "2014/05/05",
+ version = 2.2,
+ date = "2014-07-26",
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -572,8 +572,8 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
- version = 2.11,
- date = "2014/05/05",
+ version = 2.2,
+ date = "2014-07-26",
description = "ConTeXt Lua libraries -- basic collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -654,8 +654,8 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
- version = 2.11,
- date = "2014/05/05",
+ version = 2.2,
+ date = "2014-07-26",
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",