From d8e0d2785e10fafe2a668fc284307b3f1b0af2c2 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 19 Nov 2020 09:25:04 +0100 Subject: [PATCH] Update NEWS for release --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 767e4907..8892678b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Changes in 1.9.1 ~~~~~~~~~~~~~~~~ -Released: 2020-11-xx +Released: 2020-11-19 This is the first unstable release in the series that will lead to 1.10. The main change in this version is a new format for the summary @@ -9,9 +9,9 @@ reason we now require OSTree version 2020.8. The new format should make getting the initial metadata required for most flatpak operations much faster, and use less network -bandwitdh. This will allow repostories to scale to more apps and more +bandwidth. This will allow repositories to scale to more apps and more architectures without affecting clients. The old format is still -generated for compatibilty with older clients. +generated for compatibility with older clients. The new format also allows repositories to publish named subsets, and for clients to declare that they only want to see that subset. The @@ -69,6 +69,7 @@ Other major changes refs that have a end-of-life rebase that it could be updated to. * There is a new `ready-pre-auth` signal in FlatpakTransaction allowing clients new ways to handling authentication. + * Fix bug where extension sources were sometimes auto-installed Changes in 1.8.3 ~~~~~~~~~~~~~~~~