summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-07-10 19:41:19 +0200
committerAlexander Larsson <alexl@redhat.com>2018-07-10 19:41:19 +0200
commit0f70a29ba14346f9b00e5bfbf97b567d1c380e1b (patch)
tree4d4de5837f79e4252fe6fe9b4554487be38887a6
parentbb59dc134dac2bcb572c2894587aa9251ca718f5 (diff)
downloadflatpak-0f70a29ba14346f9b00e5bfbf97b567d1c380e1b.tar.gz
Update NEWS for release
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87ff385d..146e6a16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Major changes in 0.99.3
+=======================
+
+ * Fixed case where system install would sometimes fail
+ due to the system-helper idle exiting.
+ * Support installing flatpakref files in FlatpakTransaction,
+ including a new signal add-new-remote for when remotes
+ might be added.
+ * Added some new FlatpakError codes.
+ * We now support .flatpakrepo files with no gpg signatures
+ * Fix crash in system-helper when updating appstream
+ * New command create-usb which can be used to prepare
+ an repo for offline updates.
+ * Fix some non-handled cases of the CLI not working when
+ /var/lib/flatpak doesn't exist.
+ * Fix crash when running with a gid that is not in
+ /etc/groups.
+ * Add new permission-* commands to interact with the
+ permissions store from the portals.
+ * Include appdata in OCI bundle.
+
Major changes in 0.99.2
=======================