Skip to content

Commit

Permalink
Release 5.9.0
Browse files Browse the repository at this point in the history
This release includes an optimization in the way file records are
generated in manifests. Instead of adding all files from a bundle and
later removing the files that already exist in that bundle dependencies,
mixer now preemptively checks if a file is part of a dependency before
generating its record. This greatly reduces the number of generated
records and speed build time.

Included patches:
- swupd: Skip included files when creating file records
- MCA: Parse rpm output with \a character

Signed-off-by: Rodrigo Chiossi <[email protected]>
  • Loading branch information
Rodrigo Chiossi committed Aug 8, 2019
1 parent 5967f51 commit 0e096b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include Makefile.bats

.NOTPARALLEL:

VERSION=5.8.1
VERSION=5.9.0
GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools

.PHONY: gopath
Expand Down

0 comments on commit 0e096b5

Please sign in to comment.