summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-29 16:15:27 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-29 16:15:27 +0200
commit82071b2cb844efc59b249d4ed75faceafe797882 (patch)
tree2aa89359adfa5368e9d34fe82d5191d7652e32e0
parent8cd95d262104869c2dfffd433abebd08e84b0e3f (diff)
downloadxdg-app-82071b2cb844efc59b249d4ed75faceafe797882.tar.gz
Bump version to 0.4.30.4.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1cb9e2f..4ec84e8 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 45f73d1..7fe375f 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