diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/CHANGELOG.md | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/README.md | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/l3build.pdf | bin | 707231 -> 708509 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/l3build.1 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/l3build.man1.pdf | bin | 14986 -> 15607 bytes |
6 files changed, 27 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md index 012467cd782..7a1a7862b25 100644 --- a/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md @@ -7,6 +7,21 @@ this project uses date-based 'snapshot' version identifiers. ## [Unreleased] +## [2021-05-05] + +### Changed +- Normalise Lua function calls (issue #127) - may require `.tlg` update +- LuaTeX from TL'21 is no longer 'off by one' in log files - may require + `.tlg` update + +### Fixed +- Installation now supports deeper directory levels (issue #182) +- The `texmfhome` directory is now created before use if required +- Crash caused by yyyy-mm-dd epoch format + +### Removed +- Support for use as `texlua build.lua <target>` + ## [2020-06-04] ### Added @@ -470,9 +485,10 @@ this project uses date-based 'snapshot' version identifiers. ### Removed - Rationalise short option names: removed `-d`, `-E`, `-r` -- Target `cmdcheck`: specific to LaTeX3 kernel work +- Target `cmdcheck`: specific to LaTeX kernel work -[Unreleased]: https://github.com/latex3/l3build/compare/2020-06-04...HEAD +[Unreleased]: https://github.com/latex3/l3build/compare/2021-05-05...HEAD +[2021-05-05]: https://github.com/latex3/l3build/compare/2020-06-04...2021-05-05 [2020-06-04]: https://github.com/latex3/l3build/compare/2020-03-25...2020-06-04 [2020-03-25]: https://github.com/latex3/l3build/compare/2020-03-16...2020-03-25 [2020-03-16]: https://github.com/latex3/l3build/compare/2020-03-13...2020-03-16 diff --git a/Master/texmf-dist/doc/latex/l3build/CONTRIBUTING.md b/Master/texmf-dist/doc/latex/l3build/CONTRIBUTING.md index a152299e83e..e85fa762d31 100644 --- a/Master/texmf-dist/doc/latex/l3build/CONTRIBUTING.md +++ b/Master/texmf-dist/doc/latex/l3build/CONTRIBUTING.md @@ -1,5 +1,5 @@ Thanks for considering contributing to `l3build`: feedback, fixes and ideas are -all useful. Here, we ([The LaTeX3 Project](https://www.latex-project.org)) have +all useful. Here, we ([The LaTeX Project](https://www.latex-project.org)) have collected together a few pointers to help things along. ## Bugs diff --git a/Master/texmf-dist/doc/latex/l3build/README.md b/Master/texmf-dist/doc/latex/l3build/README.md index c3630c8f0d6..a5f4913712a 100644 --- a/Master/texmf-dist/doc/latex/l3build/README.md +++ b/Master/texmf-dist/doc/latex/l3build/README.md @@ -1,7 +1,7 @@ -l3build: a testing and building system for LaTeX3 +l3build: a testing and building system for LaTeX ================================================= -Release 2020-06-04 +Release 2021-05-05 Overview -------- @@ -14,23 +14,23 @@ high-quality LaTeX code by providing: The bundle consists of a Lua script to run the tasks and a `.tex` file which provides the testing environment. These were -originally developed for supporting LaTeX3 development but +originally developed for supporting LaTeX development but are designed such that they can be readily used by others. Full documentation is provided. Issues ------ -The issue tracker for LaTeX3 is currently located +The issue tracker for LaTeX is currently located [on GitHub](https://github.com/latex3/l3build/issues). Development team ---------------- -The LaTeX kernel is developed by [The LaTeX3 Project](https://latex-project.org). +The LaTeX kernel is developed by [The LaTeX Project](https://latex-project.org). ----- -<p>Copyright (C) 2014-2020 The LaTeX3 Project <br /> +<p>Copyright (C) 2014-2020 The LaTeX Project <br /> <a href="http://latex-project.org/">http://latex-project.org/</a> <br /> All rights reserved.</p> diff --git a/Master/texmf-dist/doc/latex/l3build/l3build.pdf b/Master/texmf-dist/doc/latex/l3build/l3build.pdf Binary files differindex 958de58c4db..709314feef8 100644 --- a/Master/texmf-dist/doc/latex/l3build/l3build.pdf +++ b/Master/texmf-dist/doc/latex/l3build/l3build.pdf diff --git a/Master/texmf-dist/doc/man/man1/l3build.1 b/Master/texmf-dist/doc/man/man1/l3build.1 index 9262d7c5b6e..2bb47c30688 100644 --- a/Master/texmf-dist/doc/man/man1/l3build.1 +++ b/Master/texmf-dist/doc/man/man1/l3build.1 @@ -1,4 +1,4 @@ -.TH l3build 1 "2020-06-04" +.TH l3build 1 "2021-05-05" .SH NAME l3build \- Checking and building packages .SH SYNOPSIS @@ -59,7 +59,7 @@ Shuffle order of tests Location of user texmf tree .SH BUGS .SH AUTHOR -The LaTeX3 Project (latex-team@latex-project.org) +The LaTeX Project (latex-team@latex-project.org) .PP Please log issues on the GitHub homepage: https://github.com/latex3/l3build/issues. diff --git a/Master/texmf-dist/doc/man/man1/l3build.man1.pdf b/Master/texmf-dist/doc/man/man1/l3build.man1.pdf Binary files differindex 1d6a2e28535..b49e6b115ad 100644 --- a/Master/texmf-dist/doc/man/man1/l3build.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/l3build.man1.pdf |