Prepare 0.0.14
This commit is contained in:
parent
d63b0a9c0f
commit
d0fefc8e30
2 changed files with 14 additions and 1 deletions
13
NEWS
13
NEWS
|
@ -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
|
||||
=============================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'toolbox',
|
||||
version: '0.0.13',
|
||||
version: '0.0.14',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue