summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-18 16:47:49 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-18 16:47:49 +0200
commitf22c0edfd85154c0488f3bb93f24bdd9a4377464 (patch)
tree8600373fbd4e1ba3ff0ce72e5901a30b5e5994be
parent7240f410ca6ab712f36266eeb2b4adb60bf2be8e (diff)
downloadxdg-app-0.4.1.tar.gz
Update NEWS and version to 0.4.10.4.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa6d2bb..304bfae 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index 3f681a8..c47ee34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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