Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 06:07
v0.7.0
107029f
  • Add DISCID_USE_HTTPS build flag: If set, the functions discid_get_submission_url
    and discid_get_webservice_url will generate URLs using the HTTPS protocol instead
    of HTTP. This might break existing applications that rely on the exact URL
    structure being returned, hence this flag is disabled by default.
    NOTE: DISCID_USE_HTTPS will become the default in a future release. Please
    update your software to not rely on the exact URL structure being returned.
  • CMake: Fix pkg-config .pc file not being relocatable
  • Autotools: Fix "make docs" not including examples
  • Mac: Fix compiler warning about deprecated use of IOMasterPort
  • Fix compiler warnings about use of strncpy
  • Consistently use CRLF for newlines in versioninfo.rc
  • Provide Windows ARM64 binary builds