Skip to content

Commit

Permalink
Release v4.6.3
Browse files Browse the repository at this point in the history
This release fixes mixer to not exit when upstreamurl is not found, and
to attempt to use the given format in the builder.conf. For some cases,
the mixer user may in fact be "upstream" so it does not make sense to check
upstream format compatibility.
A new tool is available called swupd-inspector, which contains various
commands that help read data of a swupd repository: download the fullfile for
a specific file, see the Manifest for a specific version, see the differences
between two versions.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
  • Loading branch information
tmarcu committed Jun 11, 2018
1 parent 07b4003 commit 38bbbce
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 @@ -45,7 +45,7 @@ import (
)

// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.6.2"
const Version = "4.6.3"

// Native controls whether mixer runs the command on the native machine or in a
// container.
Expand Down

0 comments on commit 38bbbce

Please sign in to comment.