summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-06-24 14:28:27 +0200
committerAlexander Larsson <alexl@redhat.com>2020-06-24 14:28:27 +0200
commit679f544d1fa6598cd9311404411c171853e8a4ab (patch)
treee404e5b6d89c3d5d9e28ff07dc159da21d586c8f
parentdc4e198766d91aa8871c276b9ed8d7f3ba003822 (diff)
downloadflatpak-679f544d1fa6598cd9311404411c171853e8a4ab.tar.gz
Update NEWS for release
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f34c2ae2..e8e2ace2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in 1.8.0
+================
+
+New stable release series 1.8.
+
+Changes:
+ * FlatpakTransaction has a new signal "install-authenticator" which clients can handle to
+ install authenticators needed for the transaction. This is done in the CLI commands.
+ * We now always expose the host timezone data, allowing us the expose the host /etc/localtime
+ in a way that works better, fixing several apps that had timezone issues.
+ * Fix flatpak enter which didn't work in some cases.
+ * We now ship a systemd unit (not installed by default) to automatically detect plugged in
+ usb sticks with sideload repos.
+ * By default we no longer install the gdm env.d file, as the systemd generators work better
+ * create-usb now exports partial commits by default
+ * Fix handling of docker media types in oci remotes
+ * Fix subjects in remote-info --log output
+
Changes in 1.7.3
================