summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-11-17 17:51:35 +0000
committerSimon McVittie <smcv@collabora.com>2022-11-17 17:51:35 +0000
commit6096159e2bc4d4b90c5af3fae8770d6da314370a (patch)
tree2a7952c9b94ffbeebcddf72df0f0bfc3b522c7e2
parent26fbf692cdf5bfa649fee78ff6d8cdabf312647a (diff)
downloadflatpak-6096159e2bc4d4b90c5af3fae8770d6da314370a.tar.gz
NEWS: Update
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca30197a..215f71aa 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,27 @@ Changes in 1.15.1
~~~~~~~~~~~~~~~~~
Released: not yet
+Dependencies:
+
+* When building with Meson, gpgme 1.8.0 is now required.
+ Older versions can still be used by building with Autotools.
+
+Features:
+
+* If an old temporary deploy directory was leaked by versions before #5146,
+ clean it up the next time the same app is updated (#5164)
+
Bug fixes:
+* If an app update is blocked by parental controls policies, clean up the
+ temporary deploy directory (#5146)
+* Fix Autotools build with versions of gpgme that no longer provide
+ gpgme-config(1) (#5173)
+* Fix a possible parallel build failure with Meson (#5165)
* Fix a compiler warning on 32-bit architectures (#5148)
* When building with Autotools, be more consistent about applying compiler
warning flags (#5149)
+* Treat /efi the same as /boot/efi (#5155)
Changes in 1.15.0
~~~~~~~~~~~~~~~~~