aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 23:34:51 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 23:34:51 +0200
commit3990586a85e91923c0a3ae1a1f0f61420db555ac (patch)
tree041692e7961cb66333b2c7b47d32a25487c6522d /CHANGELOG.md
parent01b0cfe2055e23cf03870d9a9f60648037b4005e (diff)
downloadkrino-3990586a85e91923c0a3ae1a1f0f61420db555ac.tar.gz
krino-3990586a85e91923c0a3ae1a1f0f61420db555ac.zip
captures keep the name's diacritics
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index beedcdc..78dbcd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,15 @@
on (a self-extracting installer) has no content, like an image: it no
longer matches a content test, is not set aside by a content exclude, and
raises no warning.
+- `{1}` … `{9}` keep the name's diacritics: a folded `name` test still
+ matches `Lodz`, but `Łódź-faktura.pdf` now files under `Łódź`, not `Lodz`.
+- A tool's error message is shown even when it writes more than the
+ capture limit at once.
+- A damaged lock file naming a pid beyond 32 bits no longer counts as held
+ by whatever process the kernel reads it as.
+- Tests pass on OpenBSD 7.9 and FreeBSD 15.0 (test binaries run on the
+ hosts; the fake extraction tools no longer rely on GNU `head -c` or a
+ `printf` builtin).
## 0.0.7 — 2026-09-14