Note the new MANIFEST file in releases.

This commit is contained in:
Andrew Wood
2024-10-05 20:32:15 +01:00
parent 6cddce9f15
commit 0994dd4070
+1
View File
@@ -12,6 +12,7 @@
* fix: make "`--direct-io`" work correctly with "`--output`" instead of assuming stdout
* fix: call `posix_fadvise()` on every input, not just the first one
* fix: write UTC timestamps in debugging mode to avoid lockups in signal handlers
* security: added a signed "`MANIFEST`" file to releases
* cleanup: removed TODO.md, since it's just an outdated copy of the issue tracker
* cleanup: re-ordered structure members to reduce padding
* cleanup: improved readability of SIGTTOU handling code