Releases: clearlinux/swupd-client
Releases · clearlinux/swupd-client
v5.2.0
What's Changed
- Protect the Swupd_Root.pem certificate file by @bwarden in #1632
- Skip tests that require two builds in a format when there's only one by @bwarden in #1634
- Add sudo to commands to backup/restore Swupd_Root.pem by @bwarden in #1635
- Update server.py ssl wrapping by @bryteise in #1633
- Add support for an alternative swupd certificate by @bryteise in #1636
Full Changelog: v5.1.1...v5.2.0
v5.1.1
What's Changed
- Rework how curl errors are checked by @bryteise in #1624
- Dont delete user content by @bryteise in #1625
- Random fixups by @bryteise in #1626
- rst2man.py -> rst2man by @bwarden in #1628
- Test fixups and update for newer systemd by @bryteise in #1629
- Add error handling for curl_easy_getinfo by @bryteise in #1630
- Redirect URL override messages to STDERR by @bwarden in #1631
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.0.5 Release
- Fix test errors configuring the system mask
v5.0.4 Release
- Enable use of optimized manifest files beyond SSE
v5.0.3 Release
- Fix issues with print format strings
- Update handling of optimized binary files
v5.0.2 Release
- Fix bug with error handling when setting default state dirs
v5.0.1 Release
- Bug fix for modifier flag handling
v5.0.0 Release
- Major change in how manifests are parsed.
The manifest's modifier flag has been reworked, previous flag settings are now ignored and they get the default behavior of the new settings. Only default modifiers are currently supported, all other types are skipped at this time.
Release 4.2.1
Enhancements
- Reorganizes the location of cached manifests in the statedir
Bug fixes
- Makes the swupd autocompletion script POSIX compliant
- Fixes a syntax error in the configure.ac script