From b3ed34598f36cec97cd0125fc625d96a5913bf09 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 10 Mar 2017 10:43:07 +0100 Subject: [PATCH] Update NEWS (cherry picked from commit a9b8ba5f42117a912c8b3e70e2abf7e0370ea165) --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 7a5b76f8c..3bf4eebe9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Major changes in 0.8.4 +====================== + +In addition to the regular list of bugfixes this stable release +include backports of one more feature required for making OpenGL work +well. Now extra-data using extensions (such as the nvidia driver) can +specify that it doesn't need a runtime to run its apply script. We use +this in the nvidia driver by making the script a static binary, which +lets us use the nvidia driver for multiple runtimes without requering +that a particular one is installed. We also support an extension point +supporting multiple versions, which will be use for sharing the +nvidia driver between different runtime versions. + +Additional fixes: + * Documentation fixes + * Crash fixes + * Fix xauth propagation in some cases + * Don't remove origin remotes on uninstall if some other app + is installed from it. + * Don't reset what locales are installed when updating a locale + extension + * Disable splice for the documentation portal as it seems + to be broken in fuse + * Append, don't override XDG_DATA_DIRS in profile script + * Fix progress reporting in libflatpak to go from 0 to + 100% once, merging the various phases. + Major changes in 0.8.3 ======================