Prepare 0.0.12

This commit is contained in:
Debarshi Ray 2019-07-22 14:28:41 +02:00
parent e8f72f1e76
commit c8aba029a3
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -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
=============================

View file

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