Skip to content

Commit

Permalink
Prepare 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Nov 20, 2019
1 parent f9cca57 commit 7f5ac93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=============================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.16',
version: '0.0.17',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit 7f5ac93

Please sign in to comment.