Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2025-05-13 07:45:46 +01:00
commit 9f8fc6ff6e
2 changed files with 5 additions and 1 deletions

View File

@ -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/"

View File

@ -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