diff options
author | Simon McVittie <smcv@collabora.com> | 2021-06-17 17:27:01 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2021-06-17 17:27:01 +0100 |
commit | b942b2c59cf6302efe7c1e1d32d6bbf5c89c61ec (patch) | |
tree | ef996959a08c612fc40dc468b7af84eaa38dbd05 /NEWS | |
parent | 0f4296b5b51919833b2ea47bded8847237daaa4b (diff) | |
download | flatpak-b942b2c59cf6302efe7c1e1d32d6bbf5c89c61ec.tar.gz |
Prepare release 1.11.2
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +Changes in 1.11.2 +~~~~~~~~~~~~~~~~~ +Released: 2021-06-17 + +Bug fixes: + +* Fix logic error when migrating AppStream XML +* Improve error-checking +* Fix various memory and file descriptor leaks, in particular with + flatpak-spawn --env=... +* Fix fd confusion in flatpak-spawn --env=... --forward-fd=..., which + caused "Steam Linux Runtime" containers to fail to start +* Avoid a crash when looking up summary for a ref without an arch +* Improve handling of refs belonging to more than one architecture, + e.g. for cross-compilation +* Don't abort uninstall if deploy metadata is missing +* Don't fail transaction if searching for dependencies fails in one remote +* Fix test failure when running tests as root +* Improve error message for 'sudo flatpak run' + +Internal changes: + +* Improve printf format string validation +* Improve test coverage +* Reduce risk of accidentally hard-coding x86 in the tests + +Translation updates: Danish, Indonesian, Russian + Changes in 1.11.1 ~~~~~~~~~~~~~~~~~ Released: 2021-04-26 |