Skip to content

v1.6.6

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Oct 17:51
v1.6.6

This is a small housekeeping release that ensures compatibility with recent compilers and platform changes.

Changelog

  • Use stable containers instead of hard-coding the now-obsolete buster in the CI jobs.
  • Adjust some code details to enable building with GCC 15.
  • Update bundled zlib version to 1.3.1 to fix builds on recent macOS versions.
  • Adjust some build settings for clang.
  • Fix MinGW builds by addressing some portability issues:
    • Format strings for integers and time
    • Missing drand48() on Windows
  • Fix name clash for md5_t between extended/md5set.c and the Lua headers.