From 67852b0101183a13ef1fce9b336adc2aabda1489 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 14 Jan 2021 10:47:22 +0100 Subject: [PATCH] Update NEWS for release --- NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index 9b340e9a..a894e9f8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Changes in 1.10.0 +~~~~~~~~~~~~~~~~~ +Released: 2020-01-14 + +This is the first stable release after the 1.9.x unstable series. +The major new feature in this series compared to 1.8 is the support +for the new repo format which should make updates faster and download +less data. + +This release also contains the security fixes from 1.8.5, so everyone +on the 1.9.x series should update immediately. + +Other changes since 1.9.3: + + * The systemd generator snippets now call flatpak --print-updated-env + in place of a bunch of shell for better login performance. + * The .profile snippets now disable GVfs when calling flatpak to + avoid spawning a gvfs daemon when logging in via ssh. + * Build fixes for GCC 11. + * Flatpak now finds the pulseaudio sockets better in uncommon + configurations. + * Sandboxes with network access it now also has access to the + systemd-resolved socket to do dns lookups. + * Flatpak supports unsetting env vars in the sandbox using --unset-env, + and `--env=FOO=` now sets FOO to the empty string instead of + unsetting it. + * Similarly the spawn portal has an option to unset an env var. + * The spawn portal now has an option to share the pid namespace + with the sub-sandbox. + Changes in 1.9.3 ~~~~~~~~~~~~~~~~ Released: 2020-12-22