Prepare 0.0.17

This commit is contained in:
Debarshi Ray 2019-11-20 18:08:03 +01:00
parent f9cca5719d
commit 7f5ac939e8
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
Overview of changes in 0.0.17
=============================
* Add a --very-verbose or -vv option
* Deprecate all toolbox containers that don't use a reflexive entry point
* Ensure that 'run' has at least one argument for the command
* Give access to the host's systemd journal
* Wipe out the container's /sys/fs/selinux to not advertise SELinux
Overview of changes in 0.0.16
=============================

View file

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