From f92f2182a387a4e67fd386e5eeb3c3f236059751 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 5 Jan 2021 17:59:07 +0100 Subject: [PATCH] Prepare 0.0.98 --- NEWS | 18 ++++++++++++++++++ meson.build | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 59fac73..09ae7f5 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 0e377b3..41b8f64 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', )