v1.1.2
This release includes minor updates, the most relevant are: new program arguments log.output
and log.level
, and add missing 2-Clause BSD licence to /src/asn1/asn1c/
.
The public key to verify the tarball is here (it isn't certified yet).
Changes since v1.1.1:
-
Updates
- Add
log.output
andlog.level
configuration parameters. - Add missing 2-Clause BSD licence to
/src/asn1/asn1c/
code. - Allow debug log without the need to recompile from source.
- Remove
<sys/cdefs.h>
references. - Use flag
-Wno-cpp
to avoid c++ warnings.
- Add
-
Docs
- Update Logging and Program Arguments modules to explain new configuration parameters.