Tags: faan11/flatpak
Tags
flatpak v1.14.3 Bug fixes: * When splitting an upgrade into two steps (download without installing, and then upgrade without allowing further downloads) like GNOME Software does, if an app is marked EOL and superseded by a replacement, don't remove the superseded app in the first step, which would result in the replacement incorrectly not being installed (flatpak#5172) * Fix a crash when `--socket=gpg-agent` is used (flatpak#5095) * Fix a crash when listing apps if one of them is broken or misconfigured (flatpak#5293) * If an app has invalid syntax in its overrides or metadata, mention the filename in the error message (flatpak#5293) * Unset `$GDK_BACKEND` for apps, ensuring GTK apps with `--socket=fallback-x11` can work (flatpak#5303) * Never try to export a parent of reserved directories as a `--filesystem`, for example `/run`, which would prevent the app from starting (flatpak#5205, flatpak#5207) * Never try to export a `--filesystem` below `/run/flatpak` or `/run/host`, which could similarly prevent the app from starting * The above change also fixes apps not starting if a `--filesystem` is a symlink to the root directory (flatpak#1357) * Show a warning when the `--filesystem` exists but cannot be shared with the sandbox (flatpak#1357, flatpak#5035, flatpak#5205, flatpak#5207) Git-EVTag-v0-SHA512: c87becc8f0d6650a0904cc46db572ce71f2ec0a2098425caa5ba604d0b4395c160f4760a33b252a29e22fbb2b8db14aefd224721dfb26c536f2db41f781d4d28
flatpak 1.15.3 Build system: * Building this version of Flatpak with Meson is recommended. The source release flatpak-1.15.3.tar.xz no longer contains Autotools-generated files, although this version can still be built using Autotools after running `./autogen.sh`. Future versions are likely to remove the Autotools build system. Bug fixes: * When splitting an upgrade into two steps (download without installing, and then upgrade without allowing further downloads) like GNOME Software does, if an app is marked EOL and superseded by a replacement, don't remove the superseded app in the first step, which would result in the replacement incorrectly not being installed (flatpak#5172) * Fix a crash when --socket=gpg-agent is used (flatpak#5095) * Fix a crash when listing apps if one of them is broken or misconfigured (flatpak#5293) * If an app has invalid syntax in its overrides or metadata, mention the filename in the error message (flatpak#5293) * Unset $GDK_BACKEND for apps, ensuring GTK apps with --socket=fallback-x11 can work (flatpak#5303) * Fix a deprecation warning when compiled with curl >= 7.85 (flatpak#5284) * Translation updates: es, ru (flatpak#5266, flatpak#5312, flatpak#5313) Internal changes: * Better diagnostic messages for why runtimes are or are not considered unused (flatpak#5237) Git-EVTag-v0-SHA512: a440a346d1107375245c3013c6b2d044eb187302bc6e4d1db66ec8c7b1a2353ee5b5edf8779d9378ea5c482619c40f003ccd7a3d9825a45f99ae356ac3db2a16
flatpak 1.15.2 Bug fixes: * Never try to export a parent of reserved directories as a --filesystem, for example /run, which would prevent the app from starting (flatpak#5205, flatpak#5207) * Never try to export a --filesystem below /run/flatpak or /run/host, which could similarly prevent the app from starting * The above change also fixes apps not starting if a --filesystem is a symlink to the root directory (flatpak#1357) * Show a warning when the --filesystem exists but cannot be shared with the sandbox (flatpak#1357, flatpak#5035, flatpak#5205, flatpak#5207) * Display the intended messages for `flatpak repair` (flatpak#5204) * Exporting an app to an existing repository on a CIFS filesystem now works as intended (flatpak#5257) * Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib apps when set to a path on the host (flatpak#5206) * Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps under Wayland when this variable is set to a path not available in the sandbox (flatpak#5194) * When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the profile script is sourced more than once (flatpak#5198) * Update included copy of bubblewrap to 0.7.0 for better error messages * Install SELinux files correctly when building with Meson * Translation updates: ru, tr (flatpak#5256, flatpak#5262) Internal changes: * Update included copy of libglnx * flatpak -v now uses the INFO log level, and flatpak -vv uses the DEBUG log level in the flatpak log domain. Previously, the extra messages that were logged by flatpak -vv were in a separate "flatpak2" log domain. G_MESSAGES_DEBUG=flatpak previously had an effect similar to flatpak -v, and is now more similar to flatpak -vv. (flatpak#5001) Git-EVTag-v0-SHA512: 1f4eb9112c79cbd33fe8a4d9ac9f3cadbcdae0bd02ae5361588e6fb37eae41ffcebe466c204f531fbc69012aadc86268c588d20507e10fab99e7bca0c19f29b2
flatpak 1.14.2 Bug fixes: * Display the intended messages for `flatpak repair` (flatpak#5204) * Exporting an app to an existing repository on a CIFS filesystem now works as intended (flatpak#5257) * Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib apps when set to a path on the host (flatpak#5206) * Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps under Wayland when this variable is set to a path not available in the sandbox (flatpak#5194) * Unset $KRB5CCNAME for apps * When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the profile script is sourced more than once (flatpak#5198) Internal changes: * The INFO log level is now treated the same as the DEBUG log level by `flatpak -v`, to make backports from 1.15.x simpler Git-EVTag-v0-SHA512: 4105887de752427fab1a5e08ca870b2d4d0b06b26588e4755aaba907a96d0693e1249bedf10013f09bbbfa6db34b29b503056f0ccf0ea385cf4c05c6fb49f12f
flatpak 1.14.1 New features: * Add a httpbackend variable to flatpak.pc, allowing dependent projects like GNOME Software to detect whether they are compatible with libflatpak (flatpak#5054) Bug fixes: * Terminate the flatpak-session-helper and flatpak-portal services when the session ends, so that applications will not inherit outdated Wayland and X11 socket addresses (flatpak#5068) * When using `fish` shell, don't overwrite a previously-set XDG_DATA_DIRS (flatpak#5123) * Don't try to enable HTTP 2 if linked to a libcurl version that doesn't support it (flatpak#5074) * Stop systemd reporting the session-helper as failed when terminated by a signal (flatpak#5129) * Fix a warning when listing a document with no permissions (flatpak#5055) * Fix compilation with GLib 2.66.x (as used in Debian 11) (flatpak#5062) * Fix compilation with GLib 2.58.x (as used in Debian 10) (flatpak#5066) * Fix a compiler warning on 32-bit architectures (flatpak#5148) * If an app update is blocked by parental controls policies, clean up the temporary deploy directory (flatpak#5146) * Fix Autotools build with versions of gpgme that no longer provide gpgme-config(1) (flatpak#5173) * When building with Autotools, be more consistent about applying compiler warning flags (flatpak#5149) * Unset $TEMP, $TEMPDIR and $TMP for apps, the same as $TMPDIR (flatpak#5168) * Treat /efi the same as /boot/efi (flatpak#5155) * Make generated files more reproducible (flatpak#5085) * Translation updates: cs, id, pl, pt_BR (flatpak#5052, flatpak#5056, flatpak#5059, flatpak#5126) Internal changes: * Update project logo in README (flatpak#5119) Git-EVTag-v0-SHA512: 50f6c1134c20a8f0c676a36bebd2e2782fa8f52490365ab0a96c24981fd1ccf0bbbe5370decfc0782af04f0299a10481656a12d5f826616bf94ec0ae9f45f8bd
flatpak 1.15.1 Dependencies: * When building with Meson, gpgme 1.8.0 is now required. Older versions can still be used by building with Autotools. Features: * If an old temporary deploy directory was leaked by versions before flatpak#5146, clean it up the next time the same app is updated (flatpak#5164) Bug fixes: * If an app update is blocked by parental controls policies, clean up the temporary deploy directory (flatpak#5146) * Fix Autotools build with versions of gpgme that no longer provide gpgme-config(1) (flatpak#5173) * Fix a possible parallel build failure with Meson (flatpak#5165) * Fix a compiler warning on 32-bit architectures (flatpak#5148) * When building with Autotools, be more consistent about applying compiler warning flags (flatpak#5149) * Unset $TEMP, $TEMPDIR and $TMP for apps, the same as $TMPDIR (flatpak#5168) * Treat /efi the same as /boot/efi (flatpak#5155) Git-EVTag-v0-SHA512: 7afbdf3846d86e1e1b5459e71ee499ee338068a6929203c151705a9da5d117efe4fb752fc9d2a17610fa034aec6c7326a0f43482663b5971f9e80757dad9393b
Release 1.14.0 Git-EVTag-v0-SHA512: 3f5df2dee0fbe44de0f67bf1ab908cb1ad6b6c22a7989c77c01f059d758255921652ab866228a81461fba9a54985bd73a9dd423b12f418190f2abbc6f3fa2730 ExtendedVerify-SHA256-archive-tar: 9dc1a19cfce209ed8c740a84ee14a4d4cf331e04b876366d04361b4744c2c19e ExtendedVerify-git-version: git version 2.37.2
Release 1.13.3 Git-EVTag-v0-SHA512: cf7729c853e962700650f01d8132bc4b21f67217e93bfafdbb0cb52e22e52ee46990951971ef26acc618fae0a48f73ebade3ff265596cbbdb67120b987aa8651 ExtendedVerify-SHA256-archive-tar: 8e0a350e8a6394a7b64824f45daeac499a5f03d1222b0620738fe85287740f9f ExtendedVerify-git-version: git version 2.36.1
PreviousNext