diff --git a/NEWS b/NEWS index 59fac73b9..09ae7f567 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Overview of changes in 0.0.98 +============================= + +* Add nss-mdns to the fedora-toolbox images +* Correctly check validity of container name +* Don't leak all the os-release fields into the shell +* Don't rely on XDG_RUNTIME_DIR when running as root +* Give access to Avahi to resolve the .local mDNS domain +* Make coredumpctl(1) 'dump' and 'debug' work inside toolbox containers +* Make options --image and --release for 'create' mutually exclusive +* Notify the terminal about the real UID of 'toolbox enter' +* Remove periods at the end of flag descriptions +* Set XDG_RUNTIME_DIR when creating the toolbox container +* Unbreak 'enter' on hosts without a /etc/localtime +* Unbreak the system tests on Fedora 33 +* Use the host's user namespace when running as root + + Overview of changes in 0.0.97 ============================= diff --git a/meson.build b/meson.build index 0e377b3be..41b8f64bf 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.97', + version: '0.0.98', license: 'ASL 2.0', meson_version: '>= 0.40.0', )