Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@goatshriek goatshriek released this 26 May 18:32
· 18 commits to latest since this release
3d9cdc4

Added

  • @since format check enforcement in CI pipeline.
  • single-file target for rollup .c and .h files.
  • SQLite3 logging targets.
  • Target chains.
  • Support for pkg-config.
  • INSTALL_HEADERS and INSTALL_HTML build options.
  • Localizations for:
    • Albanian (sq-AL 🇦🇱)
    • Danish (da-DK 🇩🇰)
    • Hebrew (he-IL 🇮🇱)
    • Hungarian (hu-HU 🇭🇺)
    • Japanese (ja-JP 🇯🇵)
    • Sinhala (si-LK 🇱🇰)
    • Swahili (sw-KE 🇰🇪)
    • Teluga (te-IN 🇮🇳)
    • Turkish (tr-TR 🇹🇷)

Fixed

  • Deadlock potential in stumpless_set_entry_hostname and
    stumpless_set_entry_procid when validation fails.
  • Builds in ANSI C environments.
  • sys/socket.h-based TCP network targets will immediately fail with an error
    if the remote end sends a FIN message, instead of waiting for send to fail,
    possibly sending messages that are not actually received by the remote end.