summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check.yml2
-rw-r--r--NEWS17
2 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index bc80cbcf..0f122b22 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -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:
diff --git a/NEWS b/NEWS
index 13c4a84e..06f6a260 100644
--- a/NEWS
+++ b/NEWS
@@ -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