Update NEWS and version to 0.4.1

tingping/wmclass
Alexander Larsson 2015-09-18 16:47:49 +02:00
parent 7240f410ca
commit f22c0edfd8
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Major changes in 0.4.1
======================
* Fixed a parallel build issue
* Fixed a build issue where openat() didn't get a mode passed
* Don't block ptrace and perf in debug and build runs
* Put nvidia drivers in sandbox if DRI allowed
* Support specifying a version for runtime extensions
Major changes in 0.4.0
======================
* A new permissions store was added to the dbus api.

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([xdg-app],[0.4.0])
AC_INIT([xdg-app],[0.4.1])
AC_USE_SYSTEM_EXTENSIONS