Prepare 0.0.95

This commit is contained in:
Debarshi Ray 2020-08-30 22:40:16 +02:00
parent 9ea6fe5852
commit b3f0a50652
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

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

View file

@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.94',
version: '0.0.95',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)