summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 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).
diff --git a/configure.ac b/configure.ac
index 4982f2b..df3b874 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_PREREQ([2.63])
m4_define([xdg_app_major_version], [0])
m4_define([xdg_app_minor_version], [4])
-m4_define([xdg_app_micro_version], [8])
-m4_define([xdg_app_interface_age], [8])
+m4_define([xdg_app_micro_version], [9])
+m4_define([xdg_app_interface_age], [9])
m4_define([xdg_app_binary_age],
[m4_eval(100 * xdg_app_minor_version + xdg_app_micro_version)])
m4_define([xdg_app_version],