diff --git a/NEWS b/NEWS index e1b00c8..b5955cd 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================= diff --git a/meson.build b/meson.build index da90ebd..96bb01b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.16', + version: '0.0.17', license: 'ASL 2.0', meson_version: '>= 0.40.0', )