Skip to content

Commit 3b31131

Browse files
committed
Prepare 0.0.11
1 parent 585053b commit 3b31131

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Overview of changes in 0.0.11
2+
=============================
3+
4+
* Allow Qt applications to work without QT_X11_NO_MITSHM
5+
* Check if /etc/subgid and /etc/subuid have entries for the user
6+
* Give access to the entire /dev from the host operating system
7+
* Keep /etc/host.conf, /etc/localtime and /etc/timezone synchronized with the
8+
host
9+
* Notify the terminal about the current toolbox container in use
10+
* Prevent Podman from complaining about 'podman cp --pause=true ...'
11+
* Unbreak rendering & wrapping of commands typed at an interactive prompt
12+
* Unbreak setting up /home as a symbolic link
13+
14+
115
Overview of changes in 0.0.10
216
=============================
317

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'toolbox',
3-
version: '0.0.10',
3+
version: '0.0.11',
44
license: 'ASL 2.0',
55
meson_version: '>= 0.40.0',
66
)

0 commit comments

Comments
 (0)