Prepare 0.0.10

This commit is contained in:
Debarshi Ray 2019-05-21 18:55:47 +02:00
parent e6389a9ef1
commit 8b81058f3f
2 changed files with 16 additions and 1 deletions

15
NEWS
View file

@ -1,3 +1,18 @@
Overview of changes in 0.0.10
=============================
* Add a run command
* Create /run/.toolboxenv in 'toolbox enter' for identification
* Drop the Buildah dependency and the user-specific customized image
* Keep /etc/hosts and /etc/resolv.conf synchronized with the host
* Migrate existing containers when Podman is updated
* Retain the PS1 across su(1) and sudo(8)
* Set the Kerberos credential cache type only if Kerberos is available
* Support column(1) from bsdmainutils
* Support 'sudo' as default sudo(8) group
* Use a magenta hexagon instead of 🔹 in the PS1
Overview of changes in 0.0.9
============================

View file

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