Prepare 0.0.12
This commit is contained in:
parent
e8f72f1e76
commit
c8aba029a3
2 changed files with 10 additions and 1 deletions
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
||||||
|
Overview of changes in 0.0.12
|
||||||
|
=============================
|
||||||
|
|
||||||
|
* Create /run/.toolboxenv inside the toolbox container's entry point too
|
||||||
|
* Don't use 'podman cp' to copy toolbox.sh to old containers
|
||||||
|
* Drop the "immutable" term
|
||||||
|
* Unbreak /etc/localtime & /etc/timezone if /run/host/monitor is absent
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in 0.0.11
|
Overview of changes in 0.0.11
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'toolbox',
|
'toolbox',
|
||||||
version: '0.0.11',
|
version: '0.0.12',
|
||||||
license: 'ASL 2.0',
|
license: 'ASL 2.0',
|
||||||
meson_version: '>= 0.40.0',
|
meson_version: '>= 0.40.0',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue