Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Releases: clearlinux/swupd-server

Release v3.5.0

29 Jul 06:59
Compare
Choose a tag to compare
This release removes a stale, unused script, adds a check to ensure format
number validity to ensure format numbers do not decrease, and enables adding
an actions: field in the Manifest.MoM to tell swupd-client to perform certain
actions post update.

Release v3.4.0

10 May 18:49
Compare
Choose a tag to compare
This release adds rename detection support which can be enabled via the
--enable-rename-detection option during configure time.

Release v3.3.5

17 Apr 20:05
Compare
Choose a tag to compare
This release fixes duplicate includes lines being printed in manifests.

Release v3.3.4

10 Apr 17:16
Compare
Choose a tag to compare
This release fixes subtracting files from manifests when both versions
are marked deleted. Server subtracting of files when both are deleted
proves problematic for client updates, because the version at which
the files were deleted will differ, and the client uses the versions to
determine when it should delete files for an update.

Release v3.3.3

04 Apr 19:25
Compare
Choose a tag to compare
This release fixes server to only create deltas between two regular files,
removing errors from attempting to make deltas to/from/between symlinks.

Release v3.3.2

08 Dec 19:20
Compare
Choose a tag to compare
Release v3.3.2

This release includes changes across various areas of server, specifically:
- Fixing fallthrough detection logic to detect files and directories correctly
  when checking if they are "state" files.
- Removing stale and unused signature creation code
- Adding functional tests and enabling travis-ci integration
- Create alternative input layout to save IO for some cases(backward compatible)
- Update parallelism code to make it more versatile and editable
- Fix log call and add logging to stdout instead of just logfiles
- Honor proxy and cert checking settings
- Fix extracting files with bsdtar
- Enable locales in all programs

Release v3.3.1

17 Nov 19:26
Compare
Choose a tag to compare
Release v3.3.1

This release fixes some git tagging errors that occured in the previous release.

Release v3.3.0

17 Nov 09:29
Compare
Choose a tag to compare
Release v3.3.0

This release contains various changes to fix segfaults and memory misuse,
simplifying logic when iterating directories and populating file structs
from manifests, and changing the secondary sort to be lexographically sorted
filenames for version-sorted manifests.

Release v3.2.9

30 Sep 00:27
Compare
Choose a tag to compare

This release fixes the path where the server reads the bundle metadata from.

Release v3.2.8

29 Sep 19:07
Compare
Choose a tag to compare

This release updates the latest.version file, and provides minor cleanups for usability.