summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-25 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2022-02-25 03:00:58 +0000
commit157cc9e776520d0b7d488317a69a10d4ae4d493b (patch)
treec12e70126efbe1e6c930d2e26223a004b075306e /macros/latex/contrib/l3build/CHANGELOG.md
parentdc88afec77f198ebb8774f9c87146f2985e8f156 (diff)
CTAN sync 202202250300
Diffstat (limited to 'macros/latex/contrib/l3build/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/l3build/CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/macros/latex/contrib/l3build/CHANGELOG.md b/macros/latex/contrib/l3build/CHANGELOG.md
index 9c0dbdebb0..a8002e8d80 100644
--- a/macros/latex/contrib/l3build/CHANGELOG.md
+++ b/macros/latex/contrib/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