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

Releases: clearlinux/swupd-server

Release v3.7.5

Choose a tag to compare

@matthewrsj matthewrsj released this 14 Dec 00:56
This release specifies that /usr/src/kernel/* files are not state files.
These files are needed to ship kernel source files for kernel
development.

Release v3.7.4

Choose a tag to compare

@matthewrsj matthewrsj released this 05 Dec 20:32
This release cleans up renamed-to files by unsetting their rename flag
when orphaned. This was previously only being done for renamed-from
files.

Release v3.7.3

Choose a tag to compare

@matthewrsj matthewrsj released this 04 Dec 22:20
This release fixes a bug causing fullfile creation to be attempted for
ghosted files.

Release v3.7.2

Choose a tag to compare

@matthewrsj matthewrsj released this 28 Nov 21:47
This release fixes a bug that caused ghosted files to only be deprecated
over format bumps. Ghosted files are now removed from the manifest every
build.

Release v3.7.1

Choose a tag to compare

@matthewrsj matthewrsj released this 28 Nov 17:28
This release fixes the bug introduced in v3.7.0 that caused valid
renames from old versions to be dropped. Instead of pruning orphaned
renames, they are now marked as deleted as well.

Release v3.7.0

Choose a tag to compare

@matthewrsj matthewrsj released this 21 Nov 22:16
- Track ghosted files to enable renames on files that will be deleted by
  third-party programs (boot files via clr-boot-manager).
- Prune orphaned renames from manifest (renamed-to deleted or renamed
  again)

Release v3.6.3

Choose a tag to compare

@matthewrsj matthewrsj released this 05 Oct 20:40
This release improves full-file creation to make it thread-safe,
allowing parallelized runs of many instances of swupd_make_fullfiles.

Release v3.6.2

Choose a tag to compare

@matthewrsj matthewrsj released this 20 Sep 18:27
The previous release (v3.6.1) was tagged at the wrong commit. This
release includes the changes described in that release note.

This release fixes a bug where swupd-server was creating the staged and
delta directories within the packs with 0750 permissions instead of the
expected 0700 permissions. It also adds a configuration option to
server.ini to ban debuginfo from the manifests and configure where
debuginfo libs and src are stored. Also prunes mistakenly added
debuginfo from the manifests when added accidentally and configured to
do so via server.ini.

Release v3.6.1

Choose a tag to compare

@matthewrsj matthewrsj released this 15 Sep 23:08
This release fixes a bug where swupd-server was creating the staged and
delta directories within the packs with 0750 permissions instead of the
expected 0700 permissions. It also adds a configuration option to
server.ini to ban debuginfo from the manifests and configure where
debuginfo libs and src are stored.

Release v3.6.0

Choose a tag to compare

@matthewrsj matthewrsj released this 30 Aug 22:43

Calculate contentsize for all files in the manifest, not just in the current update.