Prepare 0.0.17
This commit is contained in:
parent
f9cca5719d
commit
7f5ac939e8
2 changed files with 11 additions and 1 deletions
10
NEWS
10
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
|
Overview of changes in 0.0.16
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'toolbox',
|
'toolbox',
|
||||||
version: '0.0.16',
|
version: '0.0.17',
|
||||||
license: 'ASL 2.0',
|
license: 'ASL 2.0',
|
||||||
meson_version: '>= 0.40.0',
|
meson_version: '>= 0.40.0',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue