Prepare 0.0.14

This commit is contained in:
Debarshi Ray 2019-09-18 18:47:43 +02:00
parent d63b0a9c0f
commit d0fefc8e30
2 changed files with 14 additions and 1 deletions

13
NEWS
View file

@ -1,3 +1,16 @@
Overview of changes in 0.0.14
=============================
* Adjust the grep match pattern to be more specific
* Don't exit with a non-zero code from 'toolbox list -i'
* Expose a few more host locations inside the container under /run/host
* Give access to the system Flatpak directory
* Give access to the system libvirt instance
* Mount /run/media only if it is available
* Preserve the host's ulimits when creating toolbox containers
* Work around 'podman exec' resetting the terminal size to 80x24
Overview of changes in 0.0.13
=============================

View file

@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.13',
version: '0.0.14',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)