vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 57346b111b4b7bd6db43b3aa9dffbaa073993160
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Jan 4 09:42:52 2021 -0500
one more utility
commit 02280b248abd09d5852df55132721d246465189f
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon May 11 22:26:19 2020 -0400
properly flush changes to disk before calling fio job
commit 7fa1d5729898922eef9236eaf8eba1717cf83840
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:43:54 2020 -0400
fix syntax error in rst
For some reason, RST really doesn't like brackets in options list. The
only argument style allowed is with brackets or nothing.
commit daedf9f59f70a288d62ae0aa0c6578bba1ed1423
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:37:55 2020 -0400
add tinymembench
commit d9311d742b279151070914d2ddac52eae446a505
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:36:53 2020 -0400
split related projects in groups
commit b92cb48f829e47bfac77bcc9de2f995237722a76
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:20:49 2020 -0400
move similar software to design
That's where I always end up when i look for this list, and I want to
expand it. There's already the Atwood list above as well...
commit 949b4f6163113e7e42ce6a43cc92a0722db32a96
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 9 10:51:38 2020 -0400
NegateAction: allow caller to override default
commit f96c4c9a413bbef93ea645737f6f74fa1b737ff0
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:06:44 2020 -0500
lint: fix long line wrap
commit 5c13c084a8d00e7c29c7e68b3001be861981311d
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:06:29 2020 -0500
add timestamps to email and logs
commit fc95d96419fbc9a030ff5ef6dacd745c45415ba7
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:02:42 2020 -0500
add fqdn to email subject and default logfile
commit 651d5968740f38fa276cdcf27aa9da63a5d9b7db
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 11:29:13 2020 -0500
reverse logic of default NegateAction argument
The previous configuration showed usage like this:
stressant [--disk] ...
Which seems to imply that, by default, no disk job is run. But the
usage actually said:
--disk, --no-disk run disk tests (default: True)
which is actually correct, but ambiguous.
Now instead, we show this in the short usage:
stressant [--no-disk] ...
And this in the long version:
--no-disk, --disk run disk tests (default: True)
Which is much clearer.
Actual commandline parsing is not affected, only usage output.