generated from eblume/project-template
Update changelog for v1.1.1 [skip ci]
This commit is contained in:
parent
fac39386d0
commit
b75d7a8d7a
2 changed files with 7 additions and 1 deletions
|
|
@ -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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue