summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-09-19 14:38:35 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-19 12:43:19 +0000
commitac793217ebdab8c010716ff9a746d9293ff28c3e (patch)
tree73dc04c3a69ac22c2896fd814c830063d0081b89
parent041152d4d7234d1e560e007f7cbc0097d13bae71 (diff)
downloadflatpak-ac793217ebdab8c010716ff9a746d9293ff28c3e.tar.gz
Update NEWS for 1.0.9
Closes: #3117 Approved by: alexlarsson
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d0c20f3..54bf2f48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in 1.0.9
+================
+
+This release to the 1.0 old stable series matches some new features
+that were added in 1.4.3 stable release. These are backported because
+these features are in use on flathub at the moment.
+
+The main feature is the support for allowing the use of extra_data
+for runtimes (as opposed to only for apps) which is used by the new
+org.freedesktop.Platform.openh264 extension.
+
+Supporting this, flatpak now supports specifying several flatpak
+versions to require, rather than just a single one. This is used by
+the above extension in order to express that it needs flatpak 1.2.5 or
+1.4.2 (but not e.g. 1.4.1).
+
+Only the client side features for this are backported. To build such
+extensions you need to use a newer flatpak.
+
Changes in 1.0.8
================