Skip to content

Commit 8b81058

Browse files
committed
Prepare 0.0.10
1 parent e6389a9 commit 8b81058

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Overview of changes in 0.0.10
2+
=============================
3+
4+
* Add a run command
5+
* Create /run/.toolboxenv in 'toolbox enter' for identification
6+
* Drop the Buildah dependency and the user-specific customized image
7+
* Keep /etc/hosts and /etc/resolv.conf synchronized with the host
8+
* Migrate existing containers when Podman is updated
9+
* Retain the PS1 across su(1) and sudo(8)
10+
* Set the Kerberos credential cache type only if Kerberos is available
11+
* Support column(1) from bsdmainutils
12+
* Support 'sudo' as default sudo(8) group
13+
* Use a magenta hexagon instead of 🔹 in the PS1
14+
15+
116
Overview of changes in 0.0.9
217
============================
318

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.9',
3+
version: '0.0.10',
44
license: 'ASL 2.0',
55
meson_version: '>= 0.40.0',
66
)

0 commit comments

Comments
 (0)