From f2f3234465dd965a9915b97bc8b3ac77bd40c464 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Tue, 23 Jul 2013 23:37:27 +0200
Subject: update NEWS; bump version

---
 NEWS        |  3 +++
 README      |  1 +
 lualibs.dtx | 21 +++++++++++----------
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 8637458..1d8a93e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
                         History of the lualibs package
+2013/07/23 v2.0c/
+    * sync with Context beta as of 2013-07-14
+
 2013/05/18 v2.0/
     * sync with Context beta as of 2013.04.29 20:30
     * merge with mtx-package
diff --git a/README b/README
index a196129..4f50cbf 100644
--- a/README
+++ b/README
@@ -72,6 +72,7 @@ Source files:
     NEWS                            doc/luatex/lualibs/NEWS
     README                          doc/luatex/lualibs/README
     test-lualibs.lua                source/luatex/lualibs/test-lualibs.lua
+    whatsnew.lua                    source/luatex/lualibs/whatsnew.lua
 
 Derived files:
     lualibs.lua                     tex/luatex/lualibs/lualibs.lua
diff --git a/lualibs.dtx b/lualibs.dtx
index f2edf91..6298564 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -5,13 +5,14 @@
 % 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.
 %
 % Unpacking:
 %    tex lualibs.dtx
 %
 % Documentation:
-%    pdflatex lualibs.dtx
+%    lualatex lualibs.dtx
 %
 %    The class ltxdoc loads the configuration file ltxdoc.cfg
 %    if available. Here you can specify further options, e.g.
@@ -33,7 +34,7 @@
 \input docstrip.tex
 \Msg{************************************************************************}
 \Msg{* Installation}
-\Msg{* Package: lualibs 2013/05/18 v2.00 Lua additional functions.}
+\Msg{* Package: lualibs 2013/07/23 v2.0c Lua additional functions.}
 \Msg{************************************************************************}
 
 \keepsilent
@@ -44,7 +45,7 @@
 \preamble
 This is a generated file.
 
-Copyright (C) 2009 by PRAGMA ADE / ConTeXt Development Team
+Copyright (C) 2009--2013 by PRAGMA ADE / ConTeXt Development Team
 
 See ConTeXt's mreadme.pdf for the license.
 
@@ -86,7 +87,7 @@ and the derived file lualibs.lua.
 \Msg{* To finish the installation you have to move the following}
 \Msg{* files into a directory searched by TeX:}
 \Msg{*}
-\Msg{*     lualibs.lua}
+\Msg{*     lualibs.lua, lualibs-basic.lua, lualibs-extended.lua}
 \Msg{*}
 \Msg{* Happy TeXing!}
 \Msg{*}
@@ -100,7 +101,7 @@ and the derived file lualibs.lua.
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{lualibs.drv}
-  [2013/05/18 v2.00 Lua Libraries.]
+  [2013/07/23 v2.0c Lua Libraries.]
 \documentclass{ltxdoc}
 \usepackage{fancyvrb,xspace}
 \usepackage[x11names]{xcolor}
@@ -201,7 +202,7 @@ and the derived file lualibs.lua.
 % \GetFileInfo{lualibs.drv}
 %
 % \title{The \identifier{lualibs} package}
-% \date{2013/05/18 v2.00}
+% \date{2013/07/23 v2.0c}
 % \author{Élie Roux      · \email{elie.roux@telecom-bretagne.eu}\\
 %         Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}
 %
@@ -417,7 +418,7 @@ lualibs = lualibs or { }
 lualibs.module_info = {
   name          = "lualibs",
   version       = 2.00,
-  date          = "2013/05/18",
+  date          = "2013/07/23",
   description   = "ConTeXt Lua standard libraries.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
@@ -558,7 +559,7 @@ local loadmodule        = lualibs.loadmodule
 local lualibs_basic_module = {
   name          = "lualibs-basic",
   version       = 2.00,
-  date          = "2013/05/18",
+  date          = "2013/07/23",
   description   = "ConTeXt Lua libraries -- basic collection.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
@@ -639,7 +640,7 @@ lualibs = lualibs or { }
 local lualibs_extended_module = {
   name          = "lualibs-extended",
   version       = 2.00,
-  date          = "2013/05/18",
+  date          = "2013/07/23",
   description   = "ConTeXt Lua libraries -- extended collection.",
   author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
   copyright     = "PRAGMA ADE / ConTeXt Development Team",
-- 
cgit v1.2.3