From 82071b2cb844efc59b249d4ed75faceafe797882 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 29 Sep 2015 16:15:27 +0200 Subject: [PATCH] Bump version to 0.4.3 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1cb9e2f6..4ec84e8a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Major changes in 0.4.3 +====================== +* Build with older ostree +* Add --nofilesystem flag to e.g. xdg-app run +* Add xdg-app dump-runtime command + Major changes in 0.4.2.1 ====================== * Fix dbus proxy diff --git a/configure.ac b/configure.ac index 45f73d16..7fe375fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-app],[0.4.2.1]) +AC_INIT([xdg-app],[0.4.3]) AC_USE_SYSTEM_EXTENSIONS