Prepare 0.0.11

This commit is contained in:
Debarshi Ray 2019-06-21 16:31:50 +02:00
parent 585053bb8e
commit 3b311313b7
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
Overview of changes in 0.0.11
=============================
* Allow Qt applications to work without QT_X11_NO_MITSHM
* Check if /etc/subgid and /etc/subuid have entries for the user
* Give access to the entire /dev from the host operating system
* Keep /etc/host.conf, /etc/localtime and /etc/timezone synchronized with the
host
* Notify the terminal about the current toolbox container in use
* Prevent Podman from complaining about 'podman cp --pause=true ...'
* Unbreak rendering & wrapping of commands typed at an interactive prompt
* Unbreak setting up /home as a symbolic link
Overview of changes in 0.0.10
=============================

View file

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