diff --git a/NEWS b/NEWS index 83d8bd8..2adb5b5 100644 --- a/NEWS +++ b/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 ============================= diff --git a/meson.build b/meson.build index 99ad064..d193651 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.94', + version: '0.0.95', license: 'ASL 2.0', meson_version: '>= 0.40.0', )