summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-08 14:28:06 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-08 14:28:06 +0100
commit955d165cf2ba3f5df341f65c17303282a3e51380 (patch)
treeb012d176f94639a7465f49485062c922536803ba /NEWS
parent22522c2ac671e9863d879b3b89efb983cadd37dc (diff)
downloadxdg-app-955d165cf2ba3f5df341f65c17303282a3e51380.tar.gz
Bump version to 0.4.90.4.9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73c76fa..554a95a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major changes in 0.4.9
+======================
+* Fix crash at end of runtime install.
+* xdg-app-builder has a new source type "shell" which lets you run arbitrary
+ shell commands.
+* Allow apps with writable homedir access to modify the xdg-app repos.
+* New xdg-app info command gives you status of an installed app or runtime.
+* The xdg-app-builder cache now contains the sdk commit id, so that a new
+ version of the sdk invalidates the cache.
+* Fixed a regression in the xdg-app install-app backwards compatibility
+ handling.
+* xdg-app now gives the application access to the deployment path, which can
+ be used to give host-side services access to app files (such as help
+ documents).
+* build-export no longer exports appstream files, and when generating appstream
+ files we don't need them to be.
+* The default architecture tag used by xdg-app is now made canonical when needed
+ (i.e. on arm/x86/mips).
+
Major changes in 0.4.8
======================
* Changed global installation directory to /var/lib/xdg-app (not /var/xdg-app).