[latex3-commits] [git/LaTeX3-latex3-lualibs] master, v2.68-20191029: tagged with new package date (42496ed)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Nov 5 15:48:43 CET 2019
Repository : https://github.com/latex3/lualibs
On branches: master,v2.68-20191029
Link : https://github.com/latex3/lualibs/commit/42496edd6270ff04d722f71f2164c39603c81fcd
>---------------------------------------------------------------
commit 42496edd6270ff04d722f71f2164c39603c81fcd
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Nov 5 15:48:43 2019 +0100
tagged with new package date
>---------------------------------------------------------------
42496edd6270ff04d722f71f2164c39603c81fcd
CTANREADME.md | 2 +-
README.md | 4 ++--
lualibs-ctan.zip | Bin 530557 -> 536321 bytes
lualibs.dtx | 12 ++++++------
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CTANREADME.md b/CTANREADME.md
index e6455b1..d8a1b99 100644
--- a/CTANREADME.md
+++ b/CTANREADME.md
@@ -2,7 +2,7 @@
VERSION: 2.68
-DATE: 2019-10-29
+DATE: 2019-11-05
Lualibs is a collection of Lua modules useful for general programming.
diff --git a/README.md b/README.md
index 9aff4b0..0703688 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# The Lualibs Package
![Version: 2.68](https://img.shields.io/badge/current_version-2.68-blue.svg?style=flat-square)
-![Date: 2019-10-29](https://img.shields.io/badge/date-2019--10--29-blue.svg?style=flat-square)
+![Date: 2019-11-05](https://img.shields.io/badge/date-2019--11--05-blue.svg?style=flat-square)
[![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
@@ -15,7 +15,7 @@ This package has been developed by the LuaLaTeX development team on
<http://github.com/lualatex/lualibs>.
The current version has been build by Ulrike Fischer on
-<https://github.com/u-fischer/lualibs> from context 2019-10-29.
+<https://github.com/u-fischer/lualibs> from context 2019-11-05.
Please see the documentation lualibs.pdf for more information.
diff --git a/lualibs-ctan.zip b/lualibs-ctan.zip
index 91de8e5..eb9ecbc 100644
Binary files a/lualibs-ctan.zip and b/lualibs-ctan.zip differ
diff --git a/lualibs.dtx b/lualibs.dtx
index 7dc0e4b..f5ae034 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -37,7 +37,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: lualibs 2019-10-29 v2.68 Lua additional functions.}
+\Msg{* Package: lualibs 2019-11-05 v2.68 Lua additional functions.}
\Msg{************************************************************************}
\keepsilent
@@ -107,7 +107,7 @@ and lualibs-extended.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
- [2019/10/29 v2.68 Lua Libraries.]
+ [2019/11/05 v2.68 Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -208,7 +208,7 @@ and lualibs-extended.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
-% \date{2019/10/29 v2.68}
+% \date{2019/11/05 v2.68}
% \author{Élie Roux · \email{elie.roux at telecom-bretagne.eu}\\
% Philipp Gesang · \email{phg at phi-gamma.net}\\
% Ulrike Fischer · \email{fischer at troubleshooting-tex.de}\\
@@ -430,7 +430,7 @@ lualibs = lualibs or { }
lualibs.module_info = {
name = "lualibs",
version = "2.68", --TAGVERSION
- date = "2019-10-29", --TAGDATE
+ date = "2019-11-05", --TAGDATE
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -584,7 +584,7 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
version = "2.68", --TAGVERSION
- date = "2019-10-29", --TAGDATE
+ date = "2019-11-05", --TAGDATE
description = "ConTeXt Lua libraries -- basic collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -666,7 +666,7 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
version = "2.68", --TAGVERSION
- date = "2019-10-29", --TAGDATE
+ date = "2019-11-05", --TAGDATE
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
More information about the latex3-commits
mailing list