Skip to content

Commit

Permalink
Release v4.0.2
Browse files Browse the repository at this point in the history
This release changes basic bundle validation to support previously
non-passing bundles in upstream so mixes with previous versions are not
so strictly filtered. Hardlinking only happens if --keep-chroots is
passed to avoid race conditions and wasting time hardlinking when it
does not need to happen. Issues with bundle list were fixed, offline
mode was added for mixer to skip caching upstream bundle definitions, a
default value for local-bundle directory was added, and other updates to
variables to match the new naming schemes 4.0.* introduced.

Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Mar 2, 2018
1 parent 0097513 commit 7a36abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
)

// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.0.1"
const Version = "4.0.2"

// UseNewSwupdServer controls whether to use the new implementation of
// swupd-server (package swupd) when possible. This is an experimental feature.
Expand Down

0 comments on commit 7a36abf

Please sign in to comment.