summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3build/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3build/CHANGELOG.md36
1 files changed, 27 insertions, 9 deletions
diff --git a/macros/latex/contrib/l3build/CHANGELOG.md b/macros/latex/contrib/l3build/CHANGELOG.md
index bcfd68115d..23bdc92d9b 100644
--- a/macros/latex/contrib/l3build/CHANGELOG.md
+++ b/macros/latex/contrib/l3build/CHANGELOG.md
@@ -7,6 +7,20 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2023-07-17]
+
+### Changed
+- Improve stdout "Running l3build with target ..."
+- Quote configuration name used in stdout
+- Update one leftover outdated doc for `unpackexe`: defaults to `pdftex`
+- Building pLaTeX format now uses e-upTeX engine
+- Normalize more `luaotfload` path data (see issue \#301)
+- Update ConTeXt settings to allow for LuaTeX and LuaMetaTeX runs
+- Improve doc for default `stdengine`
+
+### Fixed
+- Avoid setting `TEMXFCNF` for ConTeXt (issue \#232)
+
## [2023-03-27]
### Fixed
@@ -21,7 +35,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Apply needed luatex-specific log normalization, even when `--rerun` is used
- (issue #291)
+ (issue \#291)
## [2023-03-08]
@@ -30,6 +44,9 @@ this project uses date-based 'snapshot' version identifiers.
- Include UNIX timestamps in generated ZIP files
- Normalize pdfTeX `.enc` file loading
+### Fixed
+- Ensure when used, value of `ps2pdfopts` is surrounded by a space on both sides
+
## [2023-02-26]
### Changed
@@ -38,7 +55,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Restore epoch settings for `dvitopdf()`
- Use plural form of variable `ps2pdfopts` consistently in code and doc, and
- retain compatibility with singular form `ps2pdfopt` (issue #275)
+ retain compatibility with singular form `ps2pdfopt` (issue \#275)
- Remove the last trace of dropped variable `stdconfig`
## [2023-02-20]
@@ -125,7 +142,7 @@ this project uses date-based 'snapshot' version identifiers.
### Changed
- If multiple configurations are present, let `l3build clean` run
- on all of them by default. (issue #214)
+ on all of them by default. (issue \#214)
## [2021-12-06]
@@ -144,7 +161,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Installation of files when using MiKTeX (see #125)
- Incorrect line in `manifest` target (see #195)
-- Placement of PDF files in subdirectory locations (issue #209)
+- Placement of PDF files in subdirectory locations (issue \#209)
- Detection of engine-specific tlg files for non-standard LuaTeX based engines (issues #214)
## [2021-11-24]
@@ -186,12 +203,12 @@ this project uses date-based 'snapshot' version identifiers.
## [2021-05-05]
### Changed
-- Normalise Lua function calls (issue #127) - may require `.tlg` update
+- 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)
+- 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
@@ -255,7 +272,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- When `checkruns` > 1 and `recordstatus=true`, testing code would crash
- (issue #90)
+ (issue \#90)
## [2020-02-03]
@@ -286,7 +303,7 @@ this project uses date-based 'snapshot' version identifiers.
### Added
-- New `\ASSERT` and `\ASSERTSTR` functions (issue #102)
+- New `\ASSERT` and `\ASSERTSTR` functions (issue \#102)
### Changed
@@ -663,7 +680,8 @@ this project uses date-based 'snapshot' version identifiers.
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX kernel work
-[Unreleased]: https://github.com/latex3/l3build/compare/2023-03-27...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2023-07-17...HEAD
+[2023-07-17]: https://github.com/latex3/l3build/compare/2023-03-27...2023-07-17
[2023-03-27]: https://github.com/latex3/l3build/compare/2023-03-22...2023-03-27
[2023-03-22]: https://github.com/latex3/l3build/compare/2023-03-08...2023-03-22
[2023-03-08]: https://github.com/latex3/l3build/compare/2023-02-26...2023-03-08