Update to 0.4.5

tingping/wmclass
Alexander Larsson 2015-11-04 16:10:16 +01:00
parent d3b207a0d6
commit e65ca6a18f
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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

View File

@ -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