summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-24 20:54:22 +0000
committerKarl Berry <karl@freefriends.org>2022-02-24 20:54:22 +0000
commita376a4dd47279e493eb5c5b3130ccf92598b1504 (patch)
tree03a24e342883e6d4572f02dd3dfb6c08f78fe721 /Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
parent9b56d03fb7b3241bc831b04e814e4f4b0218efe7 (diff)
l3 (24feb22)
git-svn-id: svn://tug.org/texlive/trunk@62165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3build/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3build/CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
index 9c0dbdebb0d..a8002e8d80a 100644
--- a/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
@@ -7,6 +7,22 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2022-02-24]
+
+### Fixed
+- Creation of subdirectories in TDS structures on Unix-like systems
+
+- use `form-string` rather than `form` for all curl fields to avoid
+ misinterpreting leading `@` or `<` eg a description starting `<p>`
+
+- Check the boolean value returned by executing shell commands in
+ `l3build-upload` and throw an error if this is false. This fixes
+ the issue that previously "validation successful" was reported
+ if `curl` failed.
+
+### Changed
+- Documentation of how to validate an upload
+
## [2021-12-14]
### Fixed
@@ -558,7 +574,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/2021-12-14...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2022-02-24...HEAD
+[2022-02-24]: https://github.com/latex3/l3build/compare/2021-12-14...2022-02-24
[2021-12-14]: https://github.com/latex3/l3build/compare/2021-12-09...2021-12-14
[2021-12-09]: https://github.com/latex3/l3build/compare/2021-12-06...2021-12-09
[2021-12-06]: https://github.com/latex3/l3build/compare/2021-11-29...2021-12-06