Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
This release contains four major additions:

1) Support for package-level bundles. A new local and upstream package
list has been introduced, which mixer parses to automatically generate
single-package bundles.

2) The bundle building algorithm has been significantly optimized. This
step now runs approximately three times faster than the previous version.

3) New TOML configuration support. Mixer now has an optional
'--new-config' flag that adds support for TOML-based configuration. A
new 'mixer config' command has been added to validate existing
builder.conf files, as well as convert legacy (INI) files into the new
TOML format.

4) Update to how mixer generates the DNF conf file used during bundle
building. This removes the dependency on m4.

Signed-off-by: Kevin C. Wells <[email protected]>
  • Loading branch information
kevincwells committed Mar 22, 2018
1 parent 1c7a084 commit 7753791
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.1.2"
const Version = "4.2.0"

// 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 7753791

Please sign in to comment.