summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71cc91c..3caccc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 0.4.5
+======================
+* Support signing commits in build-export
+* Correctly handle symlinks in host root when app has host-fs access
+* Always regenerate summary after build-export
+* Make uninstall a bit more robust
+* Install the dbus introspection files
+* Add human readable size to build-export report
+* Add /dev/ptmx symlink in app
+* Fix apps not getting SIGCHILD
+* Only expose minimal /etc/[passwd|group] in app
+
Major changes in 0.4.4
======================
* Fix race condition in fuse fs
diff --git a/configure.ac b/configure.ac
index 3117e02..9054f47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
-AC_INIT([xdg-app],[0.4.4])
+AC_INIT([xdg-app],[0.4.5])
AC_USE_SYSTEM_EXTENSIONS