Prepare 0.0.98

This commit is contained in:
Debarshi Ray 2021-01-05 17:59:07 +01:00
parent d231919f54
commit f92f2182a3
2 changed files with 19 additions and 1 deletions

18
NEWS
View file

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

View file

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