Skip to content

v1.1.2

Compare
Choose a tag to compare
@pcarana pcarana released this 11 Nov 19:46
v1.1.2
6f2e744

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 and log.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.
  • Docs

    • Update Logging and Program Arguments modules to explain new configuration parameters.