| Message ID | 20260626141317.56506-1-f_l_k@t-online.de |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,PATCHv2] flatpak: update 1.17.6 -> 1.18.0 | expand |
There are some invisible bidi UTF characters in commit message that are
problematic for tools to apply it, Maybe its better to summarize the
changes instead of taking the changelog as it is.
Checking attestation on all messages, may take a moment...
---
✗ [PATCH v2] flatpak: update 1.17.6 -> 1.18.0
---
WARNING: Message contains suspicious unicode control characters!
Subject: [meta-oe][PATCHv2] flatpak: update 1.17.6 -> 1.18.0
Line: * Translation updates: zh_CN (#6671)
-----------------------------^
Char: LEFT-TO-RIGHT MARK (0x200e)
If you are sure about this, rerun with the right flag to allow.
On Fri, Jun 26, 2026 at 7:13 AM Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:
> Changes in 1.18.0
> ~~~~~~~~~~~~~~~~~
> Released: 2026-06-08
>
> Enhancements:
>
> * Improve error handling and printed output of `flatpak-coredumpctl`
> (#6649,
> #6680)
>
> * Support the AMD vendor specific compute interface (`/dev/kfd`) via the
> DRI
> device permission (#6648)
>
> * Improve the output of `flatpak update` with failure causes (#6657)
>
> * Improve startup time for fish shell integration (#6635)
>
> * Translation updates: zh_CN (#6671)
>
> Bug fixes:
>
> * Fix building when HAVE_LIBSYSTEMD but not USE_SYSTEM_HELPER is defined
> (#6652)
>
> * Ignore system bus failures in parental controls check (#6663)
>
> * Fix some return values and replace deprecated `GTimeVal` with
> `g_get_real_time()` (#6646)
>
> * Suppress an unused-result warning in the tests (#6655)
>
> Changes in 1.17.7
> ~~~~~~~~~~~~~~~~~~
> Released: 2026-05-06
>
> Enhancements:
>
> * Add the new permission conditionals `has-usb-device` and
> `has-usb-portal` to
> allow apps to drop --device=all and --device=usb permissions (#6560)
>
> * Always send the `Flatpak-Upgrade-From` header when updating instead of
> freshly installing, to improve the quality of statistics (#6626)
>
> * Improve how the absence of the system repo is handled (#6621)
>
> * Changes to repos are now more atomic which helps to avoid them being in
> an
> invalid state. This could be observed when importing the GPG key failed,
> because the system clock was wrong. (#6547)
>
> * A function to report the age of the configuration was added to
> libflatpak,
> which will help GNOME Software to prevent unnecessary work (#6532)
>
> * Improvements to the build system (#6614, #6610)
>
> * Improve various tests (#6604, #6606, #6619, #6617, #6605, #6625)
>
> * Translation updates: tr (#6629), zh_CN (#6630)
>
> Bug fixes:
>
> * Fix a regression in handling of the fallback-x11 permission, which was
> affecting overrides from Flatseal (#6632)
>
> * Fix a memory leak in the Flatpak portal (#6613)
>
> * Install SELinux configuration files to the right directory (#6622)
>
> * Silence wrong `lseek()` errors when creating sub-sandboxes (#6609)
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> .../flatpak/{flatpak_1.17.6.bb => flatpak_1.18.0.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-extended/flatpak/{flatpak_1.17.6.bb =>
> flatpak_1.18.0.bb} (98%)
>
> diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb
> b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb
> similarity index 98%
> rename from meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb
> rename to meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb
> index 1512b7239f..879455f63c 100644
> --- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb
> +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb
> @@ -8,7 +8,7 @@ SRC_URI = " \
> file://0001-flatpak-pc-add-pc_sysrootdir.patch \
> "
>
> -SRCREV = "9b21874f1a175a9b7c79175a221fa043e202ca73"
> +SRCREV = "5de2b58bdafde88515d9d6b9189bd1cfd3b88c46"
>
>
> inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection
> python3native mime features_check useradd
> --
> 2.54.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#127796):
> https://lists.openembedded.org/g/openembedded-devel/message/127796
> Mute This Topic: https://lists.openembedded.org/mt/119990168/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb similarity index 98% rename from meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb rename to meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb index 1512b7239f..879455f63c 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-flatpak-pc-add-pc_sysrootdir.patch \ " -SRCREV = "9b21874f1a175a9b7c79175a221fa043e202ca73" +SRCREV = "5de2b58bdafde88515d9d6b9189bd1cfd3b88c46" inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd
Changes in 1.18.0 ~~~~~~~~~~~~~~~~~ Released: 2026-06-08 Enhancements: * Improve error handling and printed output of `flatpak-coredumpctl` (#6649, #6680) * Support the AMD vendor specific compute interface (`/dev/kfd`) via the DRI device permission (#6648) * Improve the output of `flatpak update` with failure causes (#6657) * Improve startup time for fish shell integration (#6635) * Translation updates: zh_CN (#6671) Bug fixes: * Fix building when HAVE_LIBSYSTEMD but not USE_SYSTEM_HELPER is defined (#6652) * Ignore system bus failures in parental controls check (#6663) * Fix some return values and replace deprecated `GTimeVal` with `g_get_real_time()` (#6646) * Suppress an unused-result warning in the tests (#6655) Changes in 1.17.7 ~~~~~~~~~~~~~~~~~~ Released: 2026-05-06 Enhancements: * Add the new permission conditionals `has-usb-device` and `has-usb-portal` to allow apps to drop --device=all and --device=usb permissions (#6560) * Always send the `Flatpak-Upgrade-From` header when updating instead of freshly installing, to improve the quality of statistics (#6626) * Improve how the absence of the system repo is handled (#6621) * Changes to repos are now more atomic which helps to avoid them being in an invalid state. This could be observed when importing the GPG key failed, because the system clock was wrong. (#6547) * A function to report the age of the configuration was added to libflatpak, which will help GNOME Software to prevent unnecessary work (#6532) * Improvements to the build system (#6614, #6610) * Improve various tests (#6604, #6606, #6619, #6617, #6605, #6625) * Translation updates: tr (#6629), zh_CN (#6630) Bug fixes: * Fix a regression in handling of the fallback-x11 permission, which was affecting overrides from Flatseal (#6632) * Fix a memory leak in the Flatpak portal (#6613) * Install SELinux configuration files to the right directory (#6622) * Silence wrong `lseek()` errors when creating sub-sandboxes (#6609) Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../flatpak/{flatpak_1.17.6.bb => flatpak_1.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/flatpak/{flatpak_1.17.6.bb => flatpak_1.18.0.bb} (98%)