From 07d062b4a6b515c1e67cfdae8ef62f6901ff9a1f Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 19 Dec 2024 16:32:31 -0300 Subject: [PATCH] Update NEWS for 1.15.91 --- NEWS | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f5c23a6d..8f0132e6 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,32 @@ Changes in 1.15.91 ~~~~~~~~~~~~~~~~~~ -Released: not yet +Released: 2024-12-19 -... +Enhancements: + + * Add the `FLATPAK_DATA_DIR` environment variable, which allows overriding + at runtime the data directory location that Flatpak uses to search for + configuration files such as remotes. This is useful for running tests, + and for when installing using Flatpak in a chroot. + + * Add a `FLATPAK_DOWNLOAD_TMPDIR` variable. This allows using download + directories other than /var/tmp. + + * Emit progress escape sequence. This can be used by terminal emulators + to detect and display progress of Flatpak operations on their graphical + user interfaces. + +Bug fixes: + + * Install missing test data. This should fix "as-installed" tests via + `ginsttest-runner`, used for example in Debian's autopkgtest framework. + + * Unify and improve how the Wayland socket is passed to the sandboxed app. + This should fix a regression that is triggered by compositors that both + implement the security-context-v1 protocol, and sets the `WAYLAND_DISPLAY` + environment variable when launching Flatpak apps. (#5863) + + * Fix the plural form of a translatable string. Changes in 1.15.12 ~~~~~~~~~~~~~~~~~~