summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2017-09-25 16:52:08 +0200
committerAlexander Larsson <alexl@redhat.com>2017-09-25 16:52:08 +0200
commitd1b6d9b4b78ba4fd94969118d8e92a83200de24f (patch)
treedf4620f574412a2ddd035619c419d97c4c501f9c /NEWS
parentb873e9ed1323096cf5252c26f811c1406473ff9c (diff)
downloadflatpak-d1b6d9b4b78ba4fd94969118d8e92a83200de24f.tar.gz
Update NEWS for release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ea49a92..e0519d44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Major changes in 0.9.98
+=======================
+
+ * libflatpak now correctly finds metadata for subset installations (like locale data)
+ * flatpak build now supports --appdir which exposes the per-app directory in the
+ user homedir. This is useful when testing builds.
+ * The host fontconfig caches are exposed to the sandbox, next to the fonts in /run/host.
+ This will (pending fontconfig work) allow sharing host fontconfig caches, allowing
+ much faster initial startup for flatpak apps.
+ * flatpak install now supports --no-pull
+ * Added new extension property "locale-subset", which makes the extension point
+ act like a locale extension (i.e. only install the subset configured by the
+ locale).
+ * flatpak remote-add --oci is disabled for now, as this is not up to date with
+ the latest OCI work, and we don't want to break existing deployments if this
+ has to change when this lands.
+ * Parallel installation/updates are now safe because we take a filesystem lock
+ whenever we prune the local ostree repo.
+ * Flatpak run now works when important paths like $HOME, etc, are symlinks.
+ * The ostree min-free-space property is is set to zero by default for the
+ flatpak repos. This was causing a lot of problems for people, but the feature
+ is still there if you manually enable it.
+
Major changes in 0.9.12
=======================