Update changelog for v1.1.1 [skip ci]

This commit is contained in:
Forgejo Actions 2026-06-04 15:36:38 -07:00
commit b75d7a8d7a
2 changed files with 7 additions and 1 deletions

View file

@ -1 +0,0 @@
Fix `hephd --self-update` never detecting releases: the release poll used the daemon's `reqwest` client, which is built without a TLS backend (`default-features = false`), so every HTTPS request to the forge failed (`release check failed: requesting forge releases/latest`). The poll now uses `ureq` — already a dependency, with a rustls/ring TLS stack that needs no system libraries (and no cmake/`aws-lc-sys`). Hub sync is unaffected (it is plain HTTP).