Prepare 0.0.95
This commit is contained in:
parent
9ea6fe5852
commit
b3f0a50652
10
NEWS
10
NEWS
|
@ -1,3 +1,13 @@
|
||||||
|
Overview of changes in 0.0.95
|
||||||
|
=============================
|
||||||
|
|
||||||
|
* Try to handle configuration files that're absolute symlinks when the entry
|
||||||
|
point sets up the container
|
||||||
|
* Unbreak 'enter' on Fedora CoreOS
|
||||||
|
* Unbreak 'sudo' inside toolbox containers with Podman 2.0.5
|
||||||
|
* Warn if $TERM has no terminfo entry in the container
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in 0.0.94
|
Overview of changes in 0.0.94
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'toolbox',
|
'toolbox',
|
||||||
'c',
|
'c',
|
||||||
version: '0.0.94',
|
version: '0.0.95',
|
||||||
license: 'ASL 2.0',
|
license: 'ASL 2.0',
|
||||||
meson_version: '>= 0.40.0',
|
meson_version: '>= 0.40.0',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue