summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-02 09:55:34 +0200
committerAlexander Larsson <alexl@redhat.com>2015-10-02 09:55:34 +0200
commitdda045d808e8f21a22998a52678e3a3dd8925dc4 (patch)
tree1821b892092ba7ece979cf983245ad1b747c20de
parent208eb7b1aa3d7cc781baae7aba5d5aa2184a9764 (diff)
downloadxdg-app-dda045d808e8f21a22998a52678e3a3dd8925dc4.tar.gz
Update for 0.4.4 release0.4.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ec84e8..71cc91c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 0.4.4
+======================
+* Fix race condition in fuse fs
+* Don't save uid/gid/xattrs in build-export
+* run: Handle existing mounts with spaces in them
+* propagate xauth cookies to sandbox
+
Major changes in 0.4.3
======================
* Build with older ostree
diff --git a/configure.ac b/configure.ac
index 962eacb..3117e02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
-AC_INIT([xdg-app],[0.4.3])
+AC_INIT([xdg-app],[0.4.4])
AC_USE_SYSTEM_EXTENSIONS