ITADN
goatshriek/stumpless

版本发布 1

v2.2.0
? · 2024-05-26

### 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 :albania:) * Danish (da-DK :denmark:) * Hebrew (he-IL :israel:) * Hungarian (hu-HU :hungary:) * Japanese (ja-JP :jp:) * Sinhala (si-LK :sri_lanka_:) * Swahili (sw-KE :kenya:) * Teluga (te-IN :india:) * Turkish (tr-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.