The Sigsum team is happy to announce a new version of the Sigsum tools, v0.11.0. The source code for the release can be checked out using
git clone -b v0.11.0 https://git.glasklar.is/sigsum/core/sigsum-go.git
or installed using
go install sigsum.org/sigsum-go/cmd/...@v0.11.0
See the NEWS file
https://git.glasklar.is/sigsum/core/sigsum-go/-/blob/v0.11.0/NEWS
or the excerpt below for the changes since v0.10.1.
For further documentation and project information, see:
/The Sigsum team
--- NEWS for Sigsum tools, v0.11.0
The main changes in this version are more efficient batch submissions as well as improved documentation for all tools.
New features:
* sigsum-submit: batch submissions are done more efficiently underneath the hood (the UI of passing >1 input is the same).
* sigsum tools: some short and long option names have been added, e.g., "-a" is now the short option for "--token-signing-key".
Bug fixes:
* Fix so that the --quiet option cannot crash sigsum-token.
Documentation improvements:
* sigsum tools: all usage messages have been brushed up.
* man pages: can be generated with `make doc`. Depends on help2man (cmd/*) and pandoc (doc/tools.md) being installed.
Incompatible changes:
* sigsum-submit: increase timeout from 45s to 10m. There is a builtin shorter timeout for individual log queries that is not configurable.