From 110fd3b4fe39072caf85df64e3c2fe7b9d531cdf Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 28 Jan 2019 11:46:13 +0100 Subject: [PATCH] Update NEWS for release --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index a9589eb3..6eb543e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Changes in 1.2 +============== + + * Ensure DeployCollectionID works in flatpakrepo files in all cases. + * Don't error out with empty installations in uninstall. + * Add helper that validates icon files during export. + * Don't allow root to modify the (non-root) per-user flatpak installation, + as this risks causing problems later. + * Remove some incorrect warnings from flatpak repair. + * Allow multiple name segments after prefix when exporting files. + * Allow specification of ellipsization in --colums options. + * Handle dates as well as timestamps in appdata + * Fixed a bug where flatpak remote-delete removed too many refs. + * Now we use raw terminal mode during a transaction to a avoid problems with input + during the operation causing problems with escape sequences. + * Generate a fontconfig directory remapping snippet as will be needed + for newer versions of fontconfig. + * Support --extra-collection-id in build-commit-from to bind the commit + to multiple collection ids. This is work in progress in ostree. + Changes in 1.1.3 ================