texlive[47135] trunk: l3build (26mar18)

commits+karl at tug.org commits+karl at tug.org
Mon Mar 26 23:16:23 CEST 2018


Revision: 47135
          http://tug.org/svn/texlive?view=revision&revision=47135
Author:   karl
Date:     2018-03-26 23:16:23 +0200 (Mon, 26 Mar 2018)
Log Message:
-----------
l3build (26mar18)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/doc/latex/l3build/README.md
    trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
    trunk/Master/texmf-dist/doc/man/man1/l3build.1
    trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
    trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2018-03-26 21:16:23 UTC (rev 47135)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2018-03-24"
+release_date = "2018-03-26"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md	2018-03-26 21:16:23 UTC (rev 47135)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2018-03-24
+Release 2018-03-26
 
 Overview
 --------

Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1	2018-03-26 21:16:23 UTC (rev 47135)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2018-03-24"
+.TH l3build 1 "2018-03-26"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua	2018-03-26 21:16:23 UTC (rev 47135)
@@ -90,7 +90,8 @@
   end
   local function killcheck(line)
       -- Skip lines containing file dates
-      if match(line, "[^<]%d%d%d%d/%d%d/%d%d") then
+      if match(line, "[^<]%d%d%d%d/%d%d/%d%d") 
+         or match(line, "[^<]%d%d%d%d%-%d%d%-%d%d") then
         return true
       elseif
       -- Skip \openin/\openout lines in web2c 7.x

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2018-03-26 21:16:23 UTC (rev 47135)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2018-03-24"
+release_date = "2018-03-26"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2018-03-26 21:16:09 UTC (rev 47134)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2018-03-26 21:16:23 UTC (rev 47135)
@@ -216,7 +216,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2018-03-24}
+% \date{Released 2018-03-26}
 %
 % \maketitle
 % \tableofcontents



More information about the tex-live-commits mailing list