summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-10-12 10:50:33 +0200
committerAlexander Larsson <alexl@redhat.com>2018-10-12 10:50:33 +0200
commit2568bd196f8fdd538ec51672011de0d5ec20f615 (patch)
tree85fd46ef5a82646c4234f9e89203b7fd502f4a8d
parentbb979eb867d88557d56f53d59766420739f3dcd1 (diff)
downloadflatpak-2568bd196f8fdd538ec51672011de0d5ec20f615.tar.gz
Update NEWS for release
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba6c56b7..32bcff9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Changes in 1.0.4
+================
+
+ * Flatpak 0.99.1 removed the inheritance of permissions from the runtime due
+ to concerns with dynamic app permissions. Due to popular requests, this
+ version re-introduces such inheritance, but does it instead at build time.
+ This solved the issues with dynamic permissions while still allowing runtimes
+ to have default permissions. Apps can disable this by passing
+ --no-inherit-permissions to build-finish.
+ * The sandbox now always includes a /etc/timezone file, following the (old)
+ debian standard for this. This is needed, because the more modern way
+ of exposing the timezone name by having /etc/localtime be a symlink
+ into /usr/share/zoneinfo doesn't work when exposing the host timezone.
+ * All apps now have automatic permissions to own their own app id as a
+ subname of org.mpris.MediaPlayer2.
+ * The signature of the FlatpakTransaction::operation-done signal was wrong
+ in the header and has now been corrected to the signature that is actually
+ emitted.
+ * A crash was fixed when reading invalid .flatpakref files.
+ * A crash during updates when a local ref was unexpectedly missing was fixed.
+ * An error case on uninstalling was incorrectly returning success even
+ thought there was an error.
+ * flatpak_installation_modify_remote did not correctly save the nodeps state.
+ * flatpak_installation_load_app_overrides() was improperly returning freed
+ memory.
+ * The tarball now ships with an icon (flatpak.png).
+
Changes in 1.0.3
================