mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 21:21:44 +00:00
Release v4.5.0
This release introduces a new binary 'mixin' which allows users running official upstream images to create custom content that swupd can consume, without generating a full mix. This is a port of the swupd-add-pkg script that lived in the swupd-client project. Manual pages for both mixer and mixin have been added. Bug fixes include: - Updating RPM url in BAT tests that became stale - Compresing the Manifest.Full - Cleaning up manifest creation code - Removing unused pack scripts (pack creation done by mixer now) Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ import (
|
||||
)
|
||||
|
||||
// Version of Mixer. Also used by the Makefile for releases.
|
||||
const Version = "4.4.0"
|
||||
const Version = "4.5.0"
|
||||
|
||||
// Offline controls whether mixer attempts to automatically cache upstream
|
||||
// bundles. In offline mode, all necessary bundles must exist in local-bundles.
|
||||
|
||||
Reference in New Issue
Block a user