You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.