summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-29 11:13:15 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-29 11:13:15 +0100
commit9fd3c7b0c3f69f6e271afef80acc00ce49ae95bd (patch)
tree8573c8399448298b9dc53befe2d5c0c462727c42
parentd95590b9ca74c03d4b799b1095426402df6151b9 (diff)
downloadxdg-app-9fd3c7b0c3f69f6e271afef80acc00ce49ae95bd.tar.gz
Release 0.4.80.4.8
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7d883b4..73c76fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 0.4.8
+======================
+* Changed global installation directory to /var/lib/xdg-app (not /var/xdg-app).
+* Add support for a dbus filtering on the system bus.
+* Choosing user namespaces or setuid is now a runtime option, not build time.
+* Fix xml-escaping in the appstream generation.
+* Various build fixes.
+* Added some more documentation for the library.
+* Disable support for running apps on systems without a systemd user session.
+* Fix uninitialized memory read in xdg-app-builder during git checkouts.
+* Correctly handle disabled git submodules in xdg-app-builder
+* Fix hiding of non-exported symbols in libxdgapp
+
Major changes in 0.4.7
======================
* Enabled build of libxdg-app by default, now the API is stable
diff --git a/configure.ac b/configure.ac
index 0a42b44..4982f2b 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], [7])
-m4_define([xdg_app_interface_age], [7])
+m4_define([xdg_app_micro_version], [8])
+m4_define([xdg_app_interface_age], [8])
m4_define([xdg_app_binary_age],
[m4_eval(100 * xdg_app_minor_version + xdg_app_micro_version)])
m4_define([xdg_app_version],