From 423c1131d8b149e6abe99d8aade16cd3926ad5ec Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 24 Sep 2015 21:40:07 +0200 Subject: [PATCH] Update to 0.4.2 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 304bfaee..0a3f40be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Major changes in 0.4.2 +====================== +* Fix build with older versions of glib +* Fix regression in filesystem access configuration +* Make seccomp use optional (for arches without it) +* Add xdg-app enter command to enter a running sandbox +* Fix /var/cache being readonly +* Add /var/data and /var/config shortcuts for per-app data +* Minor fixes to bash completion + Major changes in 0.4.1 ====================== * Fixed a parallel build issue diff --git a/configure.ac b/configure.ac index ca31b787..7f7d6d66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-app],[0.4.1]) +AC_INIT([xdg-app],[0.4.2]) AC_USE_SYSTEM_EXTENSIONS