Release 0.4.8

tingping/wmclass
Alexander Larsson 2016-01-29 11:13:15 +01:00
parent d95590b9ca
commit 9fd3c7b0c3
2 changed files with 15 additions and 2 deletions

13
NEWS
View File

@ -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

View File

@ -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],