Merge tag '1.10.2', omitting changes in po/

Release 1.10.2

Git-EVTag-v0-SHA512: 849c1f828b993144d61353fc8f233d5f62ef773d4ded35e406797260b55a371cd7dc77cba1a4de912e05e9530f40adf9963789ac896ed3fe19ebce352031b85b
This commit is contained in:
Simon McVittie
2021-04-26 12:09:14 +01:00
2 changed files with 19 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
- flatpak-1.4.x
- flatpak-1.6.x
- flatpak-1.8.x
- flatpak-1.10.x
pull_request:
paths-ignore:
- README.md
@@ -25,6 +26,7 @@ on:
- flatpak-1.4.x
- flatpak-1.6.x
- flatpak-1.8.x
- flatpak-1.10.x
jobs:
check:

17
NEWS
View File

@@ -1,3 +1,20 @@
Changes in 1.10.2
~~~~~~~~~~~~~~~~~
Released: 2021-03-10
This is a security update which fixes a potential attack where
a flatpak application could use custom formated .desktop files to
gain access to files on the host system.
Other changes:
* Fix memory leaks
* Some test fixes
* Documentation updates
* G_BEGIN/END_DECLS added to library headders for c++ use
* Fix for X11 cookies on OpenSUSE
* Spawn portal better handles non-utf8 filenames
Changes in 1.10.1
~~~~~~~~~~~~~~~~~
Released: 2021-01-21