Merge branch 'master' into arm64
This commit is contained in:
commit
9f8fc6ff6e
@ -135,5 +135,7 @@ esac
|
|||||||
if [ -f "${SBOM_FILE}" ]; then
|
if [ -f "${SBOM_FILE}" ]; then
|
||||||
xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz"
|
xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz"
|
||||||
fi
|
fi
|
||||||
cp "$BMAP_FILE" "$DEPLOY_DIR/"
|
if [ -f "${BMAP_FILE}" ]; then
|
||||||
|
cp "$BMAP_FILE" "$DEPLOY_DIR/"
|
||||||
|
fi
|
||||||
cp "$INFO_FILE" "$DEPLOY_DIR/"
|
cp "$INFO_FILE" "$DEPLOY_DIR/"
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
UNRELEASED:
|
UNRELEASED:
|
||||||
|
*
|
||||||
|
2025-05-13:
|
||||||
* Setting touchscreen in Screen Configuration does not delete default associations for greeter
|
* Setting touchscreen in Screen Configuration does not delete default associations for greeter
|
||||||
* Bug fix - wizard keyboard setting correctly transferred into desktop
|
* Bug fix - wizard keyboard setting correctly transferred into desktop
|
||||||
* Chromium updated to 136.0.7103.92
|
* Chromium updated to 136.0.7103.92
|
||||||
|
Loading…
x
Reference in New Issue
Block a user