[latex3-commits] [l3svn] r6869 - Step version [CTAN snapshot]

noreply at latex-project.org noreply at latex-project.org
Thu Feb 9 23:18:41 CET 2017


Author: joseph
Date: 2017-02-09 23:18:40 +0100 (Thu, 09 Feb 2017)
New Revision: 6869

Modified:
   trunk/l3build/README.md
   trunk/l3build/l3build.dtx
   trunk/l3build/l3build.lua
   trunk/l3experimental/README.md
   trunk/l3experimental/l3str/l3flag.dtx
   trunk/l3experimental/l3str/l3regex.dtx
   trunk/l3experimental/l3str/l3tl-build.dtx
   trunk/l3experimental/xgalley/l3galley.dtx
   trunk/l3kernel/README.md
   trunk/l3kernel/expl3.dtx
   trunk/l3kernel/l3oldmodules.dtx
   trunk/l3packages/README.md
   trunk/l3packages/l3keys2e/l3keys2e.dtx
   trunk/l3packages/xfrac/xfrac.dtx
   trunk/l3packages/xparse/xparse.dtx
   trunk/l3packages/xtemplate/xtemplate.dtx
Log:
Step version [CTAN snapshot]


Modified: trunk/l3build/README.md
===================================================================
--- trunk/l3build/README.md	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3build/README.md	2017-02-09 22:18:40 UTC (rev 6869)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2017/02/07 (r6846)
+Release 2017/02/09 (r6869)
 
 Overview
 --------

Modified: trunk/l3build/l3build.dtx
===================================================================
--- trunk/l3build/l3build.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3build/l3build.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -24,8 +24,8 @@
 \RequirePackage{expl3}
 \def\ExplFileName{l3build}
 \def\ExplFileDescription{L3 Regression test suite}
-\def\ExplFileDate{2017/02/07}
-\def\ExplFileVersion{6846}
+\def\ExplFileDate{2017/02/09}
+\def\ExplFileVersion{6869}
 \documentclass[full]{l3doc}
 \renewcommand\partname{Part}
 \usepackage{multicol,needspace}

Modified: trunk/l3build/l3build.lua
===================================================================
--- trunk/l3build/l3build.lua	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3build/l3build.lua	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 --]]
 
 -- Version information: should be identical to that in l3build.dtx
-release_date = "2017/02/07"
-release_ver  = "6846"
+release_date = "2017/02/09"
+release_ver  = "6869"
 
 -- "module" is a deprecated function in Lua 5.2: as we want the name
 -- for other purposes, and it should eventually be 'free', simply

Modified: trunk/l3experimental/README.md
===================================================================
--- trunk/l3experimental/README.md	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3experimental/README.md	2017-02-09 22:18:40 UTC (rev 6869)
@@ -1,7 +1,7 @@
 Experimental LaTeX3 Concepts
 ============================
 
-Release 2017/02/07 (r6846)
+Release 2017/02/09 (r6869)
 
 Overview
 --------

Modified: trunk/l3experimental/l3str/l3flag.dtx
===================================================================
--- trunk/l3experimental/l3str/l3flag.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3experimental/l3str/l3flag.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{l3flag}{Support package l3kernel too old}

Modified: trunk/l3experimental/l3str/l3regex.dtx
===================================================================
--- trunk/l3experimental/l3str/l3regex.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3experimental/l3str/l3regex.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{l3regex}{Support package l3kernel too old}

Modified: trunk/l3experimental/l3str/l3tl-build.dtx
===================================================================
--- trunk/l3experimental/l3str/l3tl-build.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3experimental/l3str/l3tl-build.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{l3tl-build}{Support package l3kernel too old}

Modified: trunk/l3experimental/xgalley/l3galley.dtx
===================================================================
--- trunk/l3experimental/xgalley/l3galley.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3experimental/xgalley/l3galley.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -24,8 +24,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{l3galley}{Support package l3kernel too old}

Modified: trunk/l3kernel/README.md
===================================================================
--- trunk/l3kernel/README.md	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3kernel/README.md	2017-02-09 22:18:40 UTC (rev 6869)
@@ -1,7 +1,7 @@
 LaTeX3 Programming Conventions
 ==============================
 
-Release 2017/02/07 (r6846)
+Release 2017/02/09 (r6869)
 
 Overview
 --------

Modified: trunk/l3kernel/expl3.dtx
===================================================================
--- trunk/l3kernel/expl3.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3kernel/expl3.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 %<*driver|generic|package>
 \def\ExplFileName{expl3}%
 \def\ExplFileDescription{L3 programming layer}%
-\def\ExplFileDate{2017/02/07}%
-\def\ExplFileVersion{6846}%
+\def\ExplFileDate{2017/02/09}%
+\def\ExplFileVersion{6869}%
 %</driver|generic|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3kernel/l3oldmodules.dtx
===================================================================
--- trunk/l3kernel/l3oldmodules.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3kernel/l3oldmodules.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -21,7 +21,7 @@
 % for those people who are interested.
 %
 %<*driver|oldmodules>
-\def\ExplFileDate{2014/09/06}
+\def\ExplFileDate{2017/02/09}
 %</driver|oldmodules>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/README.md
===================================================================
--- trunk/l3packages/README.md	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3packages/README.md	2017-02-09 22:18:40 UTC (rev 6869)
@@ -1,7 +1,7 @@
 LaTeX3 High-Level Concepts
 ==========================
 
-Release 2017/02/07 (r6846)
+Release 2017/02/09 (r6869)
 
 Overview
 --------

Modified: trunk/l3packages/l3keys2e/l3keys2e.dtx
===================================================================
--- trunk/l3packages/l3keys2e/l3keys2e.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3packages/l3keys2e/l3keys2e.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -23,8 +23,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{l3keys2e}{Support package l3kernel too old}
@@ -38,8 +38,8 @@
 %<package>  }
 \def\ExplFileName{l3keys2e}
 \def\ExplFileDescription{LaTeX2e option processing using LaTeX3 keys}
-\def\ExplFileDate{2017/02/07}
-\def\ExplFileVersion{6846}
+\def\ExplFileDate{2017/02/09}
+\def\ExplFileVersion{6869}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xfrac/xfrac.dtx
===================================================================
--- trunk/l3packages/xfrac/xfrac.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3packages/xfrac/xfrac.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -24,8 +24,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{xfrac}{Support package l3kernel too old}
@@ -40,8 +40,8 @@
 \RequirePackage{amstext,graphicx,l3keys2e,textcomp,xparse,xtemplate}
 \def\ExplFileName{xfrac}
 \def\ExplFileDescription{L3 Experimental split-level fractions}
-\def\ExplFileDate{2017/02/07}
-\def\ExplFileVersion{6846}
+\def\ExplFileDate{2017/02/09}
+\def\ExplFileVersion{6869}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3packages/xparse/xparse.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -27,8 +27,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{xparse}{Support package l3kernel too old}
@@ -42,8 +42,8 @@
 %<package>  }
 \def\ExplFileName{xparse}
 \def\ExplFileDescription{L3 Experimental document command parser}
-\def\ExplFileDate{2017/02/07}
-\def\ExplFileVersion{6846}
+\def\ExplFileDate{2017/02/09}
+\def\ExplFileVersion{6869}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}

Modified: trunk/l3packages/xtemplate/xtemplate.dtx
===================================================================
--- trunk/l3packages/xtemplate/xtemplate.dtx	2017-02-09 22:10:53 UTC (rev 6868)
+++ trunk/l3packages/xtemplate/xtemplate.dtx	2017-02-09 22:18:40 UTC (rev 6869)
@@ -27,8 +27,8 @@
 %<*driver|package>
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/02/07]
-%<package>\@ifpackagelater{expl3}{2017/02/07}
+\RequirePackage{expl3}[2017/02/09]
+%<package>\@ifpackagelater{expl3}{2017/02/09}
 %<package>  {}
 %<package>  {%
 %<package>    \PackageError{xtemplate}{Support package l3kernel too old}
@@ -42,8 +42,8 @@
 %<package>  }
 \def\ExplFileName{xtemplate}
 \def\ExplFileDescription{L3 Experimental prototype document functions}
-\def\ExplFileDate{2017/02/07}
-\def\ExplFileVersion{6846}
+\def\ExplFileDate{2017/02/09}
+\def\ExplFileVersion{6869}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}



More information about the latex3-commits mailing list