Skip to content

Releases: clearlinux/swupd-client

v5.2.0

29 Aug 19:10
Compare
Choose a tag to compare

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

27 Aug 17:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

22 Jan 15:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.5...v5.1.0

v5.0.5 Release

26 Apr 17:28
Compare
Choose a tag to compare
  • Fix test errors configuring the system mask

v5.0.4 Release

25 Apr 21:52
Compare
Choose a tag to compare
  • Enable use of optimized manifest files beyond SSE

v5.0.3 Release

11 Apr 19:39
Compare
Choose a tag to compare
  • Fix issues with print format strings
  • Update handling of optimized binary files

v5.0.2 Release

07 Mar 23:19
Compare
Choose a tag to compare
  • Fix bug with error handling when setting default state dirs

v5.0.1 Release

03 Mar 18:16
Compare
Choose a tag to compare
  • Bug fix for modifier flag handling

v5.0.0 Release

02 Mar 20:43
Compare
Choose a tag to compare
  • 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

21 May 18:12
Compare
Choose a tag to compare

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