From dabc01c3f3bc8ede55863ec5be6627aa492f5089 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 1 Jun 2022 05:14:26 +0200 Subject: [PATCH] NEWS: Update for 1.13.3 so far --- NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/NEWS b/NEWS index ce32d43d..17b667fa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Changes in 1.13.3 +~~~~~~~~~~~~~~~~~ +Released: not yet + +New features: + + * Implement support for renaming dynamic launchers (#4703) + * Add --include-sdk/debug to install SDK/debuginfo along with a ref (#4777) + +Bug fixes: + + * Disable fuzzy ref matching when ID has a period or a slash, or when the + standard input or output is not a TTY (#4829, #4848) + * Improve the use of libglnx and xdg-dbus-proxy headers (#4842) + * Improve --sideload-repo option to take create-usb dirs (#4843) + * Update the documentation for the 'run' and 'uninstall' commands (#4851) + * Update the SELinux module to explicitly permit the system helper have read + access to /etc/passwd, read and lock access to /var/lib/flatpak, and watch + files inside $libexecdir (#4852, #4855) + * Fix the error messages and the exit code of the 'uninstall' command when + non-existent refs are specified (#4857) + * Remove a stray parenthesis from an error message (#4878) + +Other changes: + + * Update the icon-validator to print the format and size for consumption by + the dynamic launcher portal (#4803, #4808) + * Remove a pointless test (#4856) + * Improve various details of the GitHub workflows (#4870) + * Prepare for the addition of a Meson build (#4871, #4888) + * Only add the specified 'summary-arches' to the compat summary (#4880) + * Translation updates: id, sv, uk + Changes in 1.13.2 ~~~~~~~~~~~~~~~~~ Released: 2022-03-14