Prepare 0.0.98
This commit is contained in:
parent
d231919f54
commit
f92f2182a3
2 changed files with 19 additions and 1 deletions
18
NEWS
18
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
|
||||
=============================
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'toolbox',
|
||||
'c',
|
||||
version: '0.0.97',
|
||||
version: '0.0.98',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue